System.JSON.TJSONPair.JsonValue

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

Delphi

property JsonValue: TJSONValue read FJsonValue write SetJsonValue;

C++

__property TJSONValue* JsonValue = {read=FJsonValue, write=SetJsonValue};

プロパティ

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


説明

JSON ペアの値の部分を表します。

JsonValue プロパティは、JSON ペアの値部分を表します。

関連項目