System.JSON.TJSONBool.FalseBytes

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

FalseBytes: array[0..4] of Byte = (Ord('f'), Ord('a'), Ord('l'), Ord('s'), Ord('e'));

C++

static System::StaticArray<System::Byte, 5> FalseBytes;

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

Siehe auch