[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: TplLongTimerUnit.pas line 48
type TplLongTimer = class(TCustomIdleTimer) |
||
protected |
||
procedure DoOnTimer; override; |
|
|
procedure DoOnIdle(); override; |
|
|
procedure DoOnIdleEnd(); override; |
|
|
public |
||
constructor Create(); override; |
|
|
property LastFired: TDateTime; [r] |
|
|
published |
||
property AutoEnabled; |
|
|
property AutoStartEvent; |
|
|
property AutoEndEvent; |
|
|
property Enabled; |
|
|
property OnTimer; |
|
|
property OnStartTimer; |
|
|
property OnStopTimer; |
|
|
property IntervalType: TIntervalType; [rw] |
|
|
property LongInterval: TLongInterval; [rw] |
|
|
property Daily24Hour: Word; [rw] |
|
|
|
||
property MonthlyDate: Word; [rw] |
|
|
property OnLongTimer: TNotifyEvent; [rw] |
|
|
end; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |