System.JSON.Types.TJsonOid.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(const AOid: TBytes); overload;
constructor Create(const AOid: String); overload;

C++

__fastcall TJsonOid(const System::DynamicArray<System::Byte> AOid)/* overload */;
__fastcall TJsonOid(const System::UnicodeString AOid)/* overload */;
TJsonOid() {}

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
System.JSON.Types.pas
System.JSON.Types.hpp
System.JSON.Types TJsonOid

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.