TurboDB VCL Component Library

TTdbDataSet.AddToSelection

Previous  Top  Next

Adds records to the selection.

Delphi syntax:

procedure AddToSelection(RecordNo: TTdbRecordNo); overload;

procedure AddToSelection(const Filter: UnicodeString); overload;

C++ syntax:

void __fastcall AddToSelection(TTdbRecordNo RecordNo);

void __fastcall AddToSelection(System::String Filter);

Description

Calls the first overload, if you want to add a specific record to the selection. Call the second one, if you want to add all records to the selection, that comply with a filter condition.

See also

Selections and Drill-Down