Soap.InvokeRegistry.TInvokableClassRegistry.GetMethExternalName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function  GetMethExternalName(Info: PTypeInfo; const MethodIntName: string): InvString;

C++

System::UnicodeString __fastcall GetMethExternalName(System::Typinfo::PTypeInfo Info, const System::UnicodeString MethodIntName);

Propriétés

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

Description

Renvoie le nom de l'opération qui correspond à une méthode sur une interface invocable.

GetMethExternalName renvoie le nom de l'opération qui correspond à une méthode spécifiée. Il s'agit du nom utilisé pour définir l'opération de cette méthode dans un document WSDL. L'association entre le nom externe et le nom de la méthode est établie par la méthode RegisterExternalMethName.

Info correspond au pointeur d'informations de type de l'interface invocable qui inclut la méthode.

MethodIntName est le nom de la méthode sur cette interface invocable.

Voir aussi