Unit
IB_Components
Declaration
TIB_ConnectionLink = class(TIB_Component)
Description
This component provides a way to make forms and components or controls
that contain an instance of this component to be made connection-aware.
Introduced Public Properties |
Connected |
Returns wheter the referenced IB_Connection is connected or not. |
ConnectionStatus |
Returns the stateus of the referenced connection. |
IB_Connection |
Reference to the IB_Connection or IB_Database to notify events for. |
ReceiveFocus |
Determine whether this component will listen to and respond to the
focusing of IB_Connection or IB_Database components. |
Introduced Public Methods |
OnReceiveFocus |
If ReceiveFocus is true then when a new IB_Connection or IB_Database
component receives focus this event will be triggered and an action can
take place. |