Unit 'ExtCtrls' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TTimer

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

TTimer is an elapsed timer useful in many applications.

Declaration

Source position: extctrls.pp line 195

type TTimer = class(TCustomTimer)

published

  property Enabled: Boolean;

  

  property Interval: Cardinal;

  

  property OnTimer: TNotifyEvent;

  

  property OnStartTimer: TNotifyEvent;

  

  property OnStopTimer: TNotifyEvent;

  

end;

Inheritance

TTimer

  

TTimer is an elapsed timer useful in many applications.

|

TCustomTimer

  

|

TObject

Description

TTimer is a TCustomTimer descendant which implements an elapsed timer useful in many applications. It inherits most of its properties from TCustomTimer.



CT Web help

CodeTyphon Studio