System.JSON.TJSONPair.JsonValue
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 ペアの値部分を表します。