TIB_StatementSource Object
Properties

Unit
IB_StatementSource

Declaration
TIB_StatementSource = class(TIB_StatementLink)

Description
This component is mostly used as an internal object used to make another component statement aware. By placing it on a form you can also make your form become statement aware.

I use this extensively throughout the IB_WISQL sample application.

Introduced Public Properties
AfterAssignment 
AfterExecDDL 
AfterExecDML 
AfterExecute 
AfterPrepare 
AfterUnprepare 
BeforeAssignment 
BeforeExecDDL 
BeforeExecDML 
BeforeExecute 
BeforePrepare 
BeforeUnprepare 
OnActiveChange 
OnFieldsDataChange 
OnFieldsStateChanged 
OnFieldsUpdateData 
OnLayoutChanged 
OnParamsDataChange 
OnParamsStateChanged 
OnParamsUpdateData 
OnPreparedChanged 
Statement