System.JSON.TJSONBool.TrueBytes

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TrueBytes: array[0..3] of Byte = (Ord('t'), Ord('r'), Ord('u'), Ord('e'));

C++

static System::StaticArray<System::Byte, 4> TrueBytes;

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 ein Byte-Array.

Siehe auch