FMX.Edit.TCustomEdit.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.Edit.pas
FMX.Edit.hpp
FMX.Edit TCustomEdit

Description

Initializes the control after the form file has been read into memory and loads its presentation.

FMX.Edit.TCustomEdit.Loaded inherits from FMX.Controls.Presentation.TPresentedControl.Loaded. All content below this line refers to FMX.Controls.Presentation.TPresentedControl.Loaded.

Initializes the control after the form file has been read into memory and loads its presentation.

For details, see TControl.Loaded.

See Also