RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInvokableClassRegistry.UnRegisterInvokableClass Method

Unregisters the implementation class for an invokable interface.

Pascal
procedure UnRegisterInvokableClass(AClass: TClass);
C++
__fastcall UnRegisterInvokableClass(TClass AClass);

UnRegisterInvokableClass unregisters an implementation class that was previously registered by a call to RegisterInvokableClass. Once a class is unregistered, the invocation registry can no longer create and use instances of the specified class to handle incoming method calls to its corresponding invokable interface. 

AClass is a class reference to the class being unregistered. 

 

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