System.JSON.TJSONBool.TrueBytes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
field class protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONBool

Description

Representation of a True JSON boolean value as an array of bytes.

See Also