System.JSON.TJSONBool.TrueString
Delphi
TrueString: string = 'true';
C++
static System::UnicodeString TrueString;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
field | class protected | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONBool |
説明
True
JSON ブーリアン値の文字列表現。