FireDAC.Comp.DataSet.TFDDataSet.SetFilterText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetFilterText(const AValue: string); override;

C++

virtual void __fastcall SetFilterText(const System::UnicodeString AValue);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet

Description

Setter method for Filter.

FireDAC.Comp.DataSet.TFDDataSet.SetFilterText inherits from Data.DB.TDataSet.SetFilterText. All content below this line refers to Data.DB.TDataSet.SetFilterText.

Setter method for Filter.

SetFilterText is used as a setter method for Filter. The Value parameter is the filter text to set. See the Filter documentation for further details on how to use the property.

See Also