RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomForm.Loaded Method

Performs fix-ups when the form is first loaded into memory.

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

Loaded overrides the inherited method to give focus to the ActiveControl if it is assigned. Before assigning focus, Loaded calls the inherited method to perform any lower-level initialization. 

 

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