API:System.JSON.Types.TJsonOid

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

Delphi

TJsonOid = record

C++

struct DECLSPEC_DRECORD TJsonOid
{
private:
    System::UnicodeString __fastcall GetAsString();
    void __fastcall SetAsString(const System::UnicodeString Value);
    System::Sysutils::TBytes __fastcall GetAsBytes();
    void __fastcall SetAsBytes(const System::Sysutils::TBytes Value);
public:
    System::StaticArray<System::Byte, 12> Bytes;
    __fastcall TJsonOid(const System::Sysutils::TBytes AOid)/* overload */;
    __fastcall TJsonOid(const System::UnicodeString AOid)/* overload */;
    __property System::UnicodeString AsString = {read=GetAsString, write=SetAsString};
    __property System::Sysutils::TBytes AsBytes = {read=GetAsBytes, write=SetAsBytes};
    TJsonOid() {}
};

プロパティ

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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。