RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRemotable.Create Constructor

Creates and initializes a TRemotable object.

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

The TRemotable constructor does nothing special. It exists primarily because 

The remotable type registry knows how to call it. 

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

 

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