REST.Backend.ParseApi.TParseApi.DoRetrieveInstallation

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

Type Visibility Source Unit Parent
function protected
REST.Backend.ParseApi.pas
REST.Backend.ParseApi.hpp
REST.Backend.ParseApi TParseApi

Description

Retrieves an installation object. Returns False if it does not find the installation object.

The DoRetrieveInstallation method accepts the following parameters:

RetrieveInstallation calls DoRetrieveInstallation.

Exceptions

A call to DoRetrieveInstallation may raise the following exception:

Exception Exception.Message Scenarios

EParseAPIError

ObjectID required

  • The object ID that you provided is an empty String.

See Also