RAD Studio VCL Reference
|
Responds after the last constructor has executed.
procedure AfterConstruction; override;
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 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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|