FMX.Types.TTimer.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.Types.pas
FMX.Types.hpp
FMX.Types TTimer

Description

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

Do not call the protected Loaded method directly in an application.

See Also