IUiDataSet.Filtered

Syntax

Filtered: Boolean;

Description

The Filtered property determines whether data source is filtered.

Comments

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.

Example

The property use is given in the example for IUiDataSet.Filter.

See also:

IUiDataSet