REST.Backend.ParseApi.TParseApi.RetrieveInstallation

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function RetrieveInstallation(const AObjectID: string; const AJSON: TJSONArray = nil): Boolean; overload;

C++

bool __fastcall RetrieveInstallation(const System::UnicodeString AObjectID, System::Json::TJSONArray* const AJSON = (System::Json::TJSONArray*)(0x0))/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
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 RetrieveInstallation accepte les paramètres suivants :

RetrieveInstallation appelle DoRetrieveInstallation.

Exceptions

Un appel à RetrieveInstallation 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