Vcl.ExtCtrls.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
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TTimer

Description

Instantiates a timer object.

Call Create to instantiate a timer at runtime. Timers added to forms or data modules at design time are created automatically.

AOwner specifies the component, typically a form or data module, that is responsible for freeing the timer.

See Also