System.JSON.TJSONBool.FalseBytes

De RAD Studio API Documentation
Aller à : navigation, rechercher

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;

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 False sous la forme d'un tableau d'octets.

Voir aussi