mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:29:25 +02:00
* timer property in driver is protected
git-svn-id: trunk@13012 -
This commit is contained in:
parent
e633349d21
commit
284f689c5d
@ -69,6 +69,7 @@ type
|
||||
end;
|
||||
|
||||
TFPTimerDriver = Class(TObject)
|
||||
Protected
|
||||
FTimer : TFPCustomTimer;
|
||||
Public
|
||||
Constructor Create(ATimer : TFPCustomTimer); virtual;
|
||||
|
Loading…
Reference in New Issue
Block a user