RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAutoObject.Initialize Method

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

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

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

 

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