FocusedDataset property

Applies to
TIB_Session

Declaration
Property FocusedDataset : TIB_Dataset;

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