TurboDB VCL Component Library

TTdbDataSet.Filtered

TTdbDataSet

Previous  Top  Next

Specifies whether or not filtering is active for a dataset.

Delphi syntax:

property Filtered: Boolean;

C++ syntax:

__property WideString FilterW = {read=FFilterW, write=SetFilterW};

Description

Check Filtered to determine whether or not dataset filtering is in effect. If Filtered is True, then filtering is active. To apply filter conditions specified in the Filter property, in the WordFilter property or the OnFilterRecord event handler, set Filtered to True.