| TurboDB VCL Component Library TTdbDataSet.IsSelected | 
| Previous Top Next | 
Tests whether the current record is selected.
Delphi syntax:
function IsSelected(RecordNo: TTdbRecordNo): Boolean;
C++ syntax:
bool __fastcall IsSelected(TTdbRecordNo RecordNo);
Description
Use IsSelected if you want to know whether the current record is contained in the current selection.
See also
Selections and Drill-Down