RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLDocument.AfterConstruction Method

Responds after the last constructor has executed.

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

System::TObject::AfterConstruction is called automatically after the object's last constructor has executed. Do not call it explicitly in your applications. 

The System::TObject::AfterConstruction method implemented in System::TObject::TObject does nothing. Override this method when creating a class that takes some action after the object is created. For example, TCustomForm overrides System::TObject::AfterConstruction to generate an OnCreate event. 

 

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