TurboDB VCL Component Library

TTdbDataSet.ActivateSelection

Previous  Top  Next

Activates the current selection.

Delphi syntax:

procedure ActivateSelection;

C++ syntax:

void __fastcall ActivateSelection(void);

Description

Activating the current selection is like setting a filter: Only the records in the selection are then shown. ActivateSelection sets the Filtered property to True if it was not set yet.

See also
Selections and Drill-Down