System.JSON.Types.TJsonOid.Bytes

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

Delphi

Bytes: array [0 .. 12-1] of Byte;

C++

System::StaticArray<System::Byte, 12> Bytes;

プロパティ

種類 可視性 ソース ユニット
field public
System.JSON.Types.pas
System.JSON.Types.hpp
System.JSON.Types TJsonOid


説明

Oid 値。

関連項目