System.JSON.TJSONPair.JsonString

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

Delphi

property JsonString: TJSONString read FJsonString write SetJsonString;

C++

__property TJSONString* JsonString = {read=FJsonString, write=SetJsonString};

プロパティ

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


説明

JSON ペアの名前を表します。

JsonString プロパティは、JSON ペアのキー(または名前)の部分を表します。

関連項目