Vcl.Forms.TCustomForm.Loaded
From RAD Studio API Documentation
Delphi
procedure Loaded; override;
C++
virtual void __fastcall Loaded(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TCustomForm |
Description
Performs fix-ups when the form is first loaded into memory.
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.