FireDAC.Comp.DataSet.TFDDataSet.SetFilterText

From RAD Studio API Documentation

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. {{#multireplace:FireDAC.Comp.DataSet.TFDDataSet.SetFilterText|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DB.TDataSet.SetFilterText|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DB.TDataSet.SetFilterText|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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