FocusedConnection property |
Applies to
TIB_Session
Declaration
Property FocusedConnection : TIB_Connection;
Description
Each session has a global focusing system where data aware controls
announce to the session when they become focused. Beginning with the DataLink
objects they announce their DataSource, which then announces its Dataset and
then the Dataset announces its IB_Transaction and IB_Connection.
This property reflects the current IB_Connection or IB_Database that is
currently the focused instance for the session.