RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInvokableClassRegistry.GetInterfaceCount Method

Returns the number of registered invokable interfaces.

Pascal
function GetInterfaceCount: Integer;
C++
__fastcall int GetInterfaceCount();

GetInterfaceCount returns the number of invokable interfaces that have been registered. Each invokable interface is registered by a call to the RegisterInterface method. 

 

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