RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInvokableClass.Create Constructor

Creates and initializes a TInvokableClass object.

Pascal
constructor Create; virtual;
C++
virtual __fastcall TInvokableClass();

The TInvokableClass constructor does nothing special. It exists primarily because  

The TInvokableClass constructor exists primarily because  

The invocation registry knows how to call it. 

It is virtual, so that the invocation registry can also instantiate descendant classes. 

In addition, the constructor initializes the invokable class so that it can support the ISOAPHeaders interface. 

 

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