mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-06 19:06:11 +02:00
MG: fixed timers
git-svn-id: trunk@3175 -
This commit is contained in:
parent
5591e09f52
commit
e1797ddf53
@ -214,7 +214,7 @@ type
|
|||||||
TTimer = class (TComponent)
|
TTimer = class (TComponent)
|
||||||
private
|
private
|
||||||
FInterval : Cardinal;
|
FInterval : Cardinal;
|
||||||
FTimerID : integer;
|
FTimerHandle : integer;
|
||||||
FOnTimer : TNotifyEvent;
|
FOnTimer : TNotifyEvent;
|
||||||
FEnabled : Boolean;
|
FEnabled : Boolean;
|
||||||
procedure UpdateTimer;
|
procedure UpdateTimer;
|
||||||
@ -506,6 +506,9 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.34 2002/10/15 16:01:36 lazarus
|
||||||
|
MG: fixed timers
|
||||||
|
|
||||||
Revision 1.33 2002/10/01 10:05:48 lazarus
|
Revision 1.33 2002/10/01 10:05:48 lazarus
|
||||||
MG: changed PDeviceContext into class TDeviceContext
|
MG: changed PDeviceContext into class TDeviceContext
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user