System.RegularExpressionsCore.TPerlRegEx.Subject

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

Delphi

property Subject: string read GetSubject write SetSubject;

C++

__property System::UnicodeString Subject = {read=GetSubject, write=SetSubject};

プロパティ

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

説明

Match メソッドが RegEx と一致させようとする場所にある文字列。

実行時のみ有効です。

関連項目

コード サンプル