REST.Backend.KinveyApi.TKinveyApi.ObjectIDFromObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TKinveyApi

Description

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