[Overview][Classes] | Reference for unit 'ltimer' (#LNet) |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: ltimer.pp line 37
type TLTimer = class(TObject) |
protected |
FOnTimer: TNotifyEvent; |
FInterval: TDateTime; |
FStarted: TDateTime; |
FOneShot: Boolean; |
FEnabled: Boolean; |
function GetInterval; |
procedure SetInterval(); |
public |
procedure CallAction; |
property Enabled: Boolean; [rw] |
property Interval: Integer; [rw] |
property OneShot: Boolean; [rw] |
property OnTimer: TNotifyEvent; [rw] |
end; |
| |
TObject |
No notes exist for this page yet.