TIB_StatementLink Object
Properties Methods Events

Unit
IB_Components

Declaration
TIB_StatementLink = class(TIB_Component)

Description
This component is used to propogate the events generated by the TIB_Statement class. This component serves as a foundation to the TIB_DataSource class.

Introduced Public Properties
Active  Returns if the associated statement or dataset is Active or not.
Prepared  Returns if the associated statement or dataset is Prepared or not.
Statement  Reference to the associated statement or dataset for this component.
StatementType  Statement type of the SQL in the associated statement or dataset component.

Introduced Public Methods
Destroy

Introduced Public Events
OnPreparedChanged  StatementLink event.
OnPrepareSQL  This is a very useful event to provide refinement at the time the SQL is being prepared.