Soap.InvokeRegistry.TInvokableClassRegistry.GetRegInterfaceEntry

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetRegInterfaceEntry(Index: Integer): InterfaceMapItem;

C++

InterfaceMapItem __fastcall GetRegInterfaceEntry(int Index);

Properties

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

Description

Returns the internal data that TInvokableClassRegistry maintains for one of its registered interfaces.

TInvokableClassRegistry maintains an InterfaceMapItem value for every registered invokable interface. GetRegInterfaceEntry provides indexed access to this information.

The InterfaceMapItem value for a registered interface is intended for internal use by the invocation registry and the components that use it.

See Also