System.StrUtils.TStringSearchOptions

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

type TStringSearchOptions = set of TStringSeachOption;

C++

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

プロパティ

種類 可視性 ソース ユニット
set
typedef
public
System.StrUtils.pas
System.StrUtils.hpp
System.StrUtils System.StrUtils

説明

TStringSearchOptions は、列挙型 TStringSeachOption の集合です。

この列挙型のスペルは通常と異なるので注意してください。

関連項目