TIB_ConnectionSource Object
Properties Methods

Unit
IB_ConnectionSource

Declaration
TIB_ConnectionSource = class(TIB_ConnectionLink)

Description
This component is used mostly as an internal or contained object in order to make another component or object connection aware. One example is the IB_ConnectionBar control.

However, it comes in very handy to make a form connection aware. This can be seen in the IBF_Base.PAS/DFM form file. It is used as a base class for form inheritance all throughout the IB_WISQL sample application.

Introduced Public Properties
AfterAssignment 
AfterConnect 
AfterCreateDatabase 
AfterDisconnect 
AfterDropDatabase 
AfterExecDDL 
BeforeAssignment 
BeforeConnect 
BeforeCreateDatabase 
BeforeDisconnect 
BeforeDropDatabase 
BeforeExecDDL 
OnConnectedChanged 

Introduced Public Methods
ProcessEvent