TDataModule.AfterConstruction
Overrides standard TObject behaviour.
Declaration
Source position: classesh.inc line 2312
public 
  procedure AfterConstruction;  Override;
Description
AfterConstruction calls the OnCreate handler if the OldCreateOrder property is False.
See also
| Name | Description | 
|---|---|
| TDataModule.OldCreateOrder | Determines when OnCreate and OnDestroy are triggered. | 
| TDataModule.OnCreate | Event handler, called when the datamodule is created. |