Filtered: Boolean;
The Filtered property determines whether data source is filtered.
When the property is set to True, filtering is enabled, and data that satisfies filtering condition is displayed. When the property is set to False, filtering is disabled. Text of the current filter is set by the Filter property.
The property use is given in the example for IUiDataSet.Filter.
See also: