REST.Backend.KinveyApi.TKinveyApi.UpdateAppData

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure UpdateAppData(const AObject: TObjectID; const AJSONObject: TJSONObject; out AUpdateObject: TObjectID); overload;
procedure UpdateAppData(const ABackendCollectionName, AObjectID: string; const AJSONObject: TJSONObject; out AUpdateObject: TObjectID); overload;

C++

void __fastcall UpdateAppData(const TObjectID &AObject, System::Json::TJSONObject* const AJSONObject, /* out */ TObjectID &AUpdateObject)/* overload */;
void __fastcall UpdateAppData(const System::UnicodeString ABackendCollectionName, const System::UnicodeString AObjectID, System::Json::TJSONObject* const AJSONObject, /* out */ TObjectID &AUpdateObject)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
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.