System.JSON.TJSONBool.TrueString

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TrueString: string = 'true';

C++

static System::UnicodeString TrueString;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
field class protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONBool


Beschreibung

Repräsentation eines booleschen JSON-Wertes mit dem Wert True als einen String.

Siehe auch