REST.Backend.ParseApi.TParseApi.DoRetrieveInstallation

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

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


Description

Récupère un objet d'installation. Renvoie False si l'objet d'installation n'est pas trouvé.

La méthode DoRetrieveInstallation accepte les paramètres suivants :

RetrieveInstallation appelle DoRetrieveInstallation.

Exceptions

Un appel à DoRetrieveInstallation peut déclencher l'exception suivante :

Exception Exception.Message Scénarios

EParseAPIError

ObjectID requis

  • L'ID d'objet qui a été fourni est une chaîne vide.

Voir aussi