RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataModule.AfterConstruction Method

Generates an OnCreate event.

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

AfterConstruction is called after the data module's constructor has finished. Do not call it explicitly in applications.  

TDataModule overrides AfterConstruction to generate an OnCreate event when OldCreateOrder is false. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!