API:System.JSON.Types.TJsonOid
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() {}
};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
record struct |
public | System.JSON.Types.pas System.JSON.Types.hpp |
System.JSON.Types | System.JSON.Types |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.