System.RegularExpressions.TGroup.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 TGroup

説明

正規表現パターンに対応するサブパターンと一致した部分文字列を格納します。

コード サンプル