System.StrUtils.TStringSearchOptions

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type TStringSearchOptions = set of TStringSeachOption;

C++

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

Propriétés

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

Description

TStringSearchOptions est l'ensemble de l'énumération TStringSeachOption.

Notez l'orthographe inhabituelle de l'énumération.

Voir aussi