FMX.Forms.TFrame.Loaded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Loaded; override;

C++

virtual void __fastcall Loaded();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TFrame

Description

Initializes the component after the form file has been read into memory.

FMX.Forms.TFrame.Loaded inherits from FMX.Controls.TControl.Loaded. All content below this line refers to FMX.Controls.TControl.Loaded.

Initializes the component after the form file has been read into memory.

Loaded inherits TComponent.Loaded, realigns the children, if any, and updates the tab list.

For details, see TComponent.Loaded.

See Also