Soap.InvokeRegistry.TInvokableClassRegistry.GetParamInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure GetParamInfo(Info: PTypeInfo; const MethodName, InternalParamName: string; var ExternalParamName, Namespace: InvString; var XMLOptions: Integer);

C++

void __fastcall GetParamInfo(System::Typinfo::PTypeInfo Info, const System::UnicodeString MethodName, const System::UnicodeString InternalParamName, System::UnicodeString &ExternalParamName, System::UnicodeString &Namespace, int &XMLOptions);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry TInvokableClassRegistry

Description

Obtient des informations sur un paramètre d'une méthode exposée par une interface recensée.

Utilisez GetParamInfo pour obtenir les informations suivantes sur un paramètre d'une méthode :

GetParamInfo requiert les informations suivantes :

  • Nom interne du paramètre
  • Nom de la méthode qui contient le paramètre
  • Informations de type de l'interface à laquelle appartient la méthode (méthode qui contient le paramètre)

Voir aussi