TurboDB VCL Component Library

TTdbDataSet.IntersectSelection

Previous  Top  Next

Intersects the current selection with a filter condition.

Delphi syntax:

procedure IntersectSelection(const Filter: UnicodeString);

C++ syntax:

int __fastcall IntersectSelection(const System::String Filter);

Description

IntersectSelection removes all those records from the current selection that do not satisfy the filter condition.

See also

Selections and Drill-Down