[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpg_base.pas line 731
type TfpgBaseTimer = class(TObject) |
||
public |
||
constructor Create(); virtual; |
||
destructor Destroy; override; |
||
procedure CheckAlarm(); |
||
procedure Reset; |
||
procedure Pause(); |
||
property Enabled: Boolean; [rw] |
|
Allows you to enable or disable the timer |
property NextAlarm: TDateTime; [r] |
||
property Interval: Integer; [rw] |
||
property OnTimer: TNotifyEvent; [rw] |
||
end; |
| |
TObject |