FireDAC.Comp.DataSet.TFDDataSet.SetFiltered

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDDataSet

Delphi

procedure SetFiltered(AValue: Boolean); override;

C++

virtual void __fastcall SetFiltered(bool AValue);

Description

Setter method for Filtered.

FireDAC.Comp.DataSet.TFDDataSet.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.

See Also