System.JSON.TJSONBool.TrueBytes
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 ブーリアン値のバイトの配列表現。