System.StrUtils.TStringSearchOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TStringSearchOptions = set of TStringSeachOption;

C++

typedef System::Set<TStringSeachOption, TStringSeachOption::soDown, TStringSeachOption::soWholeWord> TStringSearchOptions;

Properties

Type Visibility Source Unit Parent
set
typedef
public
System.StrUtils.pas
System.StrUtils.hpp
System.StrUtils System.StrUtils

Description

TStringSearchOptions is set of the enumeration TStringSeachOption.

Note the unusual spelling of the enumeration.

See Also