[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 188

type TTimer = class(TCustomTimer) end;

published

  property Enabled: Boolean;

  

Enabled - if True, timer is ready to start

  property Interval: Cardinal;

  

The Interval (in milliseconds) 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

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

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