RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSoapDataModule.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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!