[Overview][Constants][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 456

type TTimer = class(TCustomTimer)

published

  property Enabled;

  

Enabled - if True, timer is ready to start

  property Interval;

  

The Interval for which the timer is to run

  property OnTimer;

  

OnTimer - event handler for timer interval complete (expired)

  property OnStartTimer;

  

OnStartTimer - event handler for starting the timer running

  property OnStopTimer;

  

OnStopTimer - event handler for stopping the timer

end;

Inheritance

TTimer

  

TTimer: An elapsed timer useful in many applications

|

TCustomTimer

?

TObject

Description

TTimer: An elapsed timer useful in many applications

Inherits most of its properties from TCustomTimer

The latest version of this document can be found at lazarus-ccr.sourceforge.net.