REST.Backend.ParseApi.TParseApi.ObjectIDFromObject

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function ObjectIDFromObject(const ABackendClassName, AObjectID: string;  const AJSONObject: TJSONObject): TObjectID; overload;
function ObjectIDFromObject(const ABackendClassName: string;  const AJSONObject: TJSONObject): TObjectID; overload;

C++

TObjectID __fastcall ObjectIDFromObject(const System::UnicodeString ABackendClassName, const System::UnicodeString AObjectID, System::Json::TJSONObject* const AJSONObject)/* overload */;
TObjectID __fastcall ObjectIDFromObject(const System::UnicodeString ABackendClassName, System::Json::TJSONObject* const AJSONObject)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
REST.Backend.ParseApi.pas
REST.Backend.ParseApi.hpp
REST.Backend.ParseApi TParseApi

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.