Data.DB.TDataSet.SetFilterText
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TDataSet |
Delphi
procedure SetFilterText(const Value: string); virtual;
C++
virtual void __fastcall SetFilterText(const System::UnicodeString Value);
Description
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.