Data.DB.TFilterOptions
Delphi
type TFilterOptions = set of TFilterOption;
C++
typedef System::Set<TFilterOption, TFilterOption::foCaseInsensitive, TFilterOption::foNoPartialCompare> TFilterOptions;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
set typedef |
public | Data.DB.pas Data.DB.hpp |
Data.DB | Data.DB |
Description
TFilterOptions is a set of TFilterOption.
TFilterOptions is a set of TFilterOption that is used to specify how filter expressions are applied to string fields. It can contain zero or more of the values in the TFilterOption enumeration.