System.RegularExpressions.TMatch.Value

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

Delphi

property Value: string read GetValue;

C++

__property System::UnicodeString Value = {read=GetValue};

プロパティ

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

説明

正規表現と一致する実際の部分文字列を保持します。

コード サンプル