System.JSON.TJSONPair.JsonString
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 |