System.JSON.TJSONBool.TrueString
Delphi
TrueString: string = 'true';
C++
static System::UnicodeString TrueString;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
field | class protected | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONBool |
Description
Representation of a True
JSON boolean value as a string.