RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInvokableClassRegistry.GetRegInterfaceEntry Method

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

Pascal
function GetRegInterfaceEntry(Index: Integer): InvRegIntfEntry;
C++
__fastcall InvRegIntfEntry GetRegInterfaceEntry(int Index);

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

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

 

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