FocusedDataSource property

Applies to
TIB_Session

Declaration
Property FocusedDataSource : TIB_DataSource;

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_DataSource that is currently the focused instance for the session.