|
RAD Studio VCL Reference
|
Generates an OnCreate event.
procedure AfterConstruction; override;
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!
|