Soap.InvokeRegistry.TInvokableClassRegistry.GetMethodInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure GetMethodInfo(Info: PTypeInfo; const InternalName: string; var ExternalName, ReturnName: string; var XMLOptions: Integer);

C++

void __fastcall GetMethodInfo(System::Typinfo::PTypeInfo Info, const System::UnicodeString InternalName, System::UnicodeString &ExternalName, System::UnicodeString &ReturnName, 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 une méthode exposée par une interface recensée.

Utilisez GetMethodInfo pour obtenir les informations suivantes sur une méthode d'une interface recensée :

GetMethodInfo requiert les informations de type de l'interface qui contient la méthode cible et le nom interne de la méthode cible.

Voir aussi