RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInvokableClassRegistry.GetParamExternalName Method

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

Pascal
function GetParamExternalName(Info: PTypeInfo; const MethodName: string; const InternalParamName: string): InvString;
C++
__fastcall InvString GetParamExternalName(PTypeInfo Info, const AnsiString MethodName, const AnsiString InternalParamName);

GetParamExternalName returns the name of the part that corresponds to a specified method parameter. This is the name used to define the part for that parameter in a WSDL document. The association between the external name and the parameter name is established by the RegisterExternalParamName method. 

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

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

InternalParamName is the name of the parameter on the method of the invokable interface. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!