Data.DB.TDataSet.SetFiltered
Delphi
procedure SetFiltered(Value: Boolean); virtual;
C++
virtual void __fastcall SetFiltered(bool Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
Setter method for Filtered.
SetFiltered is used as a setter method for Filtered. The Value
parameter specifies whether or not filtering is active for the dataset. See the Filtered documentation for further details on how to use the property.
Note Only bidirectional datasets can be filtered.