Data.DB.TFilterOptions

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
set
typedef
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: Data.DB

Delphi

TFilterOptions = set of TFilterOption;

C++

typedef System::Set<TFilterOption, TFilterOption::foCaseInsensitive, TFilterOption::foNoPartialCompare> TFilterOptions;

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.

See Also