REST.Backend.ParseApi.TParseApi.DoRetrieveInstallation

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function DoRetrieveInstallation(const AObjectID: string; const AJSON: TJSONArray;  AProc: TRetrieveJSONProc; AReset: Boolean): Boolean; overload;

C++

bool __fastcall DoRetrieveInstallation(const System::UnicodeString AObjectID, System::Json::TJSONArray* const AJSON, _di_TRetrieveJSONProc AProc, bool AReset)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
REST.Backend.ParseApi.pas
REST.Backend.ParseApi.hpp
REST.Backend.ParseApi TParseApi


Beschreibung

Ruft ein Installationsobjekt ab. Gibt False zurück, wenn das Installationsobjekt nicht gefunden wird.

Die Methode DoRetrieveInstallation akzeptiert die folgenden Parameter:

RetrieveInstallation ruft DoRetrieveInstallation auf.

Exceptions

Ein Aufruf von DoRetrieveInstallation kann die folgende Exception auslösen:

Exception Exception.Message Szenarien

EParseAPIError

ObjectID erforderlich

  • Die Objekt-ID, die Sie als leeren String angegeben haben.

Siehe auch