Soap.InvokeRegistry.TInvokableClassRegistry.GetMethodInfo

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Gets information about a method exposed by a registered interface.

Use GetMethodInfo to get the following information regarding a method of a registered interface:

GetMethodInfo requires the type information of the interface to which the target method belongs and the internal name of the target method.

See Also