RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInvokableClassRegistry.GetInterfaceTypeInfo Method

Returns the runtime type information (RTTI) of an invokable interface.

Pascal
function GetInterfaceTypeInfo(const AGUID: TGUID): Pointer;
C++
__fastcall void * GetInterfaceTypeInfo(const TGUID AGUID);

GetInterfaceTypeInfo returns a pointer to the RTTI that is compiled with an invokable interface. 

AGUID is the globally unique identifier that specifies the desired interface. 

 

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