FMX.Controls.Presentation.TPresentedControl.Loaded
Delphi
procedure Loaded; override;
C++
virtual void __fastcall Loaded();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.Controls.Presentation.pas FMX.Controls.Presentation.hpp |
FMX.Controls.Presentation | TPresentedControl |
Description
Initializes the control after the form file has been read into memory and loads its presentation.
For details, see TControl.Loaded.