RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInvokableClassRegistry.GetMethExternalName Method

Returns the name of the operation that corresponds to a method on an invokable interface.

Pascal
function GetMethExternalName(Info: PTypeInfo; const MethodIntName: string): InvString;
C++
__fastcall InvString GetMethExternalName(PTypeInfo Info, const AnsiString MethodIntName);

GetMethExternalName returns the name of the operation that corresponds to a specified method. This is the name used to define the operation for that method in a WSDL document. The association between the external name and the method name is established by the RegisterExternalMethName method. 

Info is the type information pointer for the invokable interface that includes the method. 

MethodIntName is the name of the method on that invokable interface. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!