[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Is the filter active or not.
Source position: db.pas line 1687
public property TDataSet.Filtered : Boolean |
Filtered determines whether the filter condition in TDataset.Filter is applied or not. The filter is only applied if the Filtered property is set to True. If the Filtered property is False, the Filter property is ignored.
|
Filter to apply to the data in memory. |
|
|
Options to apply when filtering |