System.JSON.TJSONBool.TrueBytes

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

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'un tableau d'octets.

Voir aussi