OnStatement Event

Applies to
TIB_Script

Declaration
TIB_ScriptStatementEvent = Procedure(Sender: TIB_Script; var Statement: string; var SkipIt: boolean ) of object;

Description
This event allows a little bit more control over how statements are executed by the script.

The text of the statement can be altered or the statement can be skipped all together if desired. This allows another action to be taken and does not force that a valid statement be executed per each parsed statement.