REST.Backend.KinveyApi.TKinveyApi.PostObject

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure PostObject(const AResource, ABackendCollectionName: string; const AACL, AJSON: TJSONObject; out ANewObject: TObjectID; AReset: Boolean); overload;
procedure PostObject(const AResource, ABackendCollectionName: string; const AJSON: TJSONObject; out ANewObject: TObjectID; AReset: Boolean); overload;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TKinveyApi

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.