TTdbDataSet.Filtered
TTdbDataSet
Top 


Specifies whether or not filtering is active for a dataset.

property Filtered: Boolean;

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 or the OnFilterRecord event handler, set Filtered to True.

Note
TurboDB filters are static. Once that a filter has been set, the filter range remains until you remove or change the Filter.