System.JSON.TJSONBool.TrueBytes

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
field class protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONBool


説明

True JSON ブーリアン値のバイトの配列表現。

関連項目