RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomForm.DoCreate Method

Form creation event dispatcher.

Pascal
procedure DoCreate; virtual;
C++
virtual __fastcall DoCreate();

DoCreate is called automatically after form construction is complete. The precise way DoCreate is called can be modified by setting the OldCreateOrder property. 

As implemented in TCustomForm, DoCreate simply calls the OnCreate event handler. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!