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