Class tsimpletimer
Unit
Declaration
type tsimpletimer = class(tnullinterfacedobject)
Description
No description available, ancestor tnullinterfacedobject description follows
Hierarchy
- tobject
- tnullinterfacedobject
- tsimpletimer
Overview
Methods
![]() |
procedure dotimer; virtual; |
![]() |
constructor create(const interval: longword = 0; const ontimer: notifyeventty = nil; const active: boolean = false; const aoptions: timeroptionsty = []); |
![]() |
destructor destroy; override; |
![]() |
procedure firependingandstop; |
![]() |
procedure fireandstop; |
![]() |
procedure fire; |
![]() |
procedure restart; |
Properties
![]() |
property interval: longword read finterval write setinterval; |
![]() |
property options: timeroptionsty read foptions write setoptions; |
![]() |
property singleshot: boolean read getsingleshot write setsingleshot; |
![]() |
property highres: boolean read gethighres write sethighres; |
![]() |
property leak: boolean read getleak write setleak; |
![]() |
property ontimer: notifyeventty read fontimer write fontimer; |
![]() |
property enabled: boolean read fenabled write setenabled default true; |
Description
Methods
![]() |
procedure dotimer; virtual; |
![]() |
constructor create(const interval: longword = 0; const ontimer: notifyeventty = nil; const active: boolean = false; const aoptions: timeroptionsty = []); |
![]() |
destructor destroy; override; |
![]() |
procedure firependingandstop; |
![]() |
procedure fireandstop; |
![]() |
procedure fire; |
![]() |
procedure restart; |
Properties
![]() |
property interval: longword read finterval write setinterval; |
![]() |
property options: timeroptionsty read foptions write setoptions; |
![]() |
property singleshot: boolean read getsingleshot write setsingleshot; |
![]() |
property highres: boolean read gethighres write sethighres; |
![]() |
property leak: boolean read getleak write setleak; |
![]() |
property ontimer: notifyeventty read fontimer write fontimer; |
![]() |
property enabled: boolean read fenabled write setenabled default true; |
Generated by PasDoc 0.16.0.

