REST.Backend.ParseApi.TParseApi.ObjectIDFromObject

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

Type Visibility Source Unit Parent
function public
REST.Backend.ParseApi.pas
REST.Backend.ParseApi.hpp
REST.Backend.ParseApi TParseApi

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!