System.JSON.TJSONBool.TrueString
Delphi
TrueString: string = 'true';
C++
static System::UnicodeString TrueString;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
field | class protected | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONBool |
Description
Représentation d'une valeur booléenne JSON True
sous la forme d'une chaîne.