System.StrUtils.TStringSearchOptions

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type TStringSearchOptions = set of TStringSeachOption;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
set
typedef
public
System.StrUtils.pas
System.StrUtils.hpp
System.StrUtils System.StrUtils

Beschreibung

TStringSearchOptions ist eine Menge der Aufzählung TStringSeachOption.

Beachten Sie bitte die ungewöhnliche Schreibweise der Aufzählung.

Siehe auch