System.JSON.Types.TJsonRegEx.AsString

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

Delphi

property AsString: String read GetAsString write SetAsString;

C++

__property System::UnicodeString AsString = {read=GetAsString, write=SetAsString};

プロパティ

種類 可視性 ソース ユニット
property public
System.JSON.Types.pas
System.JSON.Types.hpp
System.JSON.Types TJsonRegEx


説明

正規表現値へのアクセスを提供します。

AsString プロパティは、'/RegEx/Options' 形式の正規表現値へのアクセスを提供します。


詳細については、「拡張 JSON 正規表現」を参照してください。

関連項目