FMX.Types.TTimer.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TTimer(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TTimer

Description

Instantiates a timer object.

Call Create to instantiate a timer. AOwner specifies the component responsible for freeing the timer.

See Also

Code Examples