TurboDB VCL Component Library

TTdbDataSet.RemoveFromSelection

Previous  Top  Next

Removes records from the current selection.

Delphi syntax:

procedure RemoveFromSelection(RecordNo: TTdbRecordNo); overload;

procedure RemoveFromSelection(const Filter: UnicodeString); overload;

C++ syntax:

void __fastcall RemoveFromSelection(TTdbRecordNo RecordNo);

void __fastcall RemoveFromSelection(System::String Filter);

Description

Call the first overload to remove a specific record from the selection. Call the second overload to remove all records from the selection that comply to the filter condition.

See also

Selections and Drill-Down