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