Soap.InvokeRegistry.TInvokableClassRegistry.GetParamInfo

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

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

Description

Gets information about a parameter of a method exposed by a registered interface.

Use GetParamInfo to get the following information regarding a parameter of a method:

GetParamInfo requires the following information:

  • Parameter internal name
  • Method name to which the parameter belongs
  • Type information of the interface to which the method belongs (the method to which the parameter belongs)

See Also