Class ttimer
Unit
Declaration
type ttimer = class(tmsecomponent)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tcomponent
- tmsecomponent
- ttimer
Overview
Methods
| Protected | procedure doasyncevent(var atag: integer); override; |
| Public | constructor create(aowner: tcomponent); override; |
| Public | destructor destroy; override; |
| Public | procedure restart; |
| Public | procedure firependingandstop; |
| Public | procedure fireandstop; |
| Public | procedure fire; |
Properties
| Public | property singleshot: boolean read getsingleshot write setsingleshot; |
| Published | property interval: integer read getinterval write setinterval default 1000000; |
| Published | property options: timeroptionsty read getoptions write setoptions default []; |
| Published | property ontimer: notifyeventty read fontimer write fontimer; |
| Published | property enabled: boolean read getenabled write setenabled default false; |
Description
Methods
| Protected | procedure doasyncevent(var atag: integer); override; |
|
This item has no description. | |
| Public | constructor create(aowner: tcomponent); override; |
|
This item has no description. | |
| Public | destructor destroy; override; |
|
This item has no description. | |
| Public | procedure restart; |
|
This item has no description. | |
| Public | procedure firependingandstop; |
|
This item has no description. | |
| Public | procedure fireandstop; |
|
This item has no description. | |
| Public | procedure fire; |
|
This item has no description. | |
Properties
| Public | property singleshot: boolean read getsingleshot write setsingleshot; |
|
This item has no description. | |
| Published | property interval: integer read getinterval write setinterval default 1000000; |
|
This item has no description. | |
| Published | property options: timeroptionsty read getoptions write setoptions default []; |
|
This item has no description. | |
| Published | property ontimer: notifyeventty read fontimer write fontimer; |
|
This item has no description. | |
| Published | property enabled: boolean read getenabled write setenabled default false; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.