Selected property |
Applies to
TIB_BDataset
Declaration
Property Selected[ARowNum:longint] : boolean;
Description
Access multi-select information for the Dataset based on the RowNum.
I plan to make additional methods to allow easier ways to work with this
feature like: SelectAll, DeselectAll, ToggleAll, DeleteSelected, etc.