Bde.DBTables.TBDEDataSet.SetFiltered
Delphi
procedure SetFiltered(Value: Boolean); override;
C++
virtual void __fastcall SetFiltered(bool Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Bde.DBTables.pas Bde.DBTables.hpp |
Bde.DBTables | TBDEDataSet |
Description
Setter method for Filtered.
Bde.DBTables.TBDEDataSet.SetFiltered inherits from Data.DB.TDataSet.SetFiltered. All content below this line refers to Data.DB.TDataSet.SetFiltered.
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.