RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComObject.Initialize Method

Provides an interface to a method that initializes the COM object.

Pascal
procedure Initialize; virtual;
C++
virtual __fastcall Initialize();

Initialize currently does nothing. Descendant COM objects can override Initialize to provide some post-creation initialization of the object. 

 

Create_c 

CreateFromFactory

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