EMS.ResourceAPI.TEndpointParams.GetValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetValue(const AName: string): string;

C++

System::UnicodeString __fastcall GetValue(const System::UnicodeString AName);

Propriétés

Type Visibilité  Source Unité  Parent
function protected
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI TEndpointParams


Description

Accesseur en lecture de Values.

S'il n'existe pas de valeur avec le nom de paramètre spécifié, GetValue déclenche une exception EEMSEndpointError avec le message suivant :

Nom non trouvé : <nom>

Voir aussi