[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ExtCtrls' (#lcl)

TTimer

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TTimer: An elapsed timer useful in many applications

Declaration

Source position: extctrls.pp line 174

type TTimer = class(TCustomTimer)

published

  property Enabled: Boolean;

  

Enabled - if True, timer is ready to start

  property Interval: Cardinal;

  

The Interval for which the timer is to run

  property OnTimer: TNotifyEvent;

  

OnTimer - event handler for timer interval complete (expired)

  property OnStartTimer: TNotifyEvent;

  

OnStartTimer - event handler for starting the timer running

  property OnStopTimer: TNotifyEvent;

  

OnStopTimer - event handler for stopping the timer

end;

Inheritance

TTimer

  

TTimer: An elapsed timer useful in many applications

|

TCustomTimer

  

TCustomTimer - base class for TTimer

|

TComponent

?

TObject

Description

TTimer: An elapsed timer useful in many applications

Inherits most of its properties from TCustomTimer