OnReceiveFocus Event

Applies to
TIB_ConnectionLink

Declaration
TIB_ConnectionLinkEvent = Procedure(Sender: TIB_ConnectionLink; AConnection: TIB_Connection) of object;

Description
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.

By default the newly focused connection will be assigned as the referenced connection.