System.RegularExpressionsCore.TPerlRegEx.Options

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

Delphi

property Options: TPerlRegExOptions read FOptions write SetOptions;

C++

__property TPerlRegExOptions Options = {read=FOptions, write=SetOptions, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
System.RegularExpressionsCore.pas
System.RegularExpressionsCore.hpp
System.RegularExpressionsCore TPerlRegEx

説明

RegEx のために一致する一連の機能を使用可能にします。

Options に一致する機能に設定された TPerlRegExOptions 列挙子を参照してください。

関連項目

TPerlRegExOptions