REST.Backend.KinveyApi.TKinveyApi.PutObject

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure PutObject(const AResource, ABackendCollectionName, AObjectID: string; const AJSON: TJSONObject; out AObject: TObjectID; AReset: Boolean); overload;
procedure PutObject(const AResource, ABackendCollectionName, AObjectID: string; const AACL, AJSON: TJSONObject; out AObject: TObjectID; AReset: Boolean); overload;

C++

void __fastcall PutObject(const System::UnicodeString AResource, const System::UnicodeString ABackendCollectionName, const System::UnicodeString AObjectID, System::Json::TJSONObject* const AJSON, /* out */ TObjectID &AObject, bool AReset)/* overload */;
void __fastcall PutObject(const System::UnicodeString AResource, const System::UnicodeString ABackendCollectionName, const System::UnicodeString AObjectID, System::Json::TJSONObject* const AACL, System::Json::TJSONObject* const AJSON, /* out */ TObjectID &AObject, bool AReset)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TKinveyApi

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !