TvPlainIt: Merge Delphi-defines in vpclock

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8220 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-03-22 11:44:24 +00:00
parent c7f034cf72
commit 91c06583cd

View File

@ -156,8 +156,10 @@ type
protected {private}
{$IFDEF DELPHI}
FTimerPool: TVpTimerPool;
ckClockHandle: Integer;
{$ELSE}
FTimer: TTimer;
FTimeStarted: TDateTime; {time at which the timer is activated }
{$ENDIF}
FActive: Boolean;
FHold: Boolean;
@ -187,11 +189,6 @@ type
ckAnalogWidth: Integer;
ckLEDDisplay: TVpLEDClockDisplay;
ckDraw: TBitMap;
{$IFDEF DELPHI}
ckClockHandle: Integer;
{$ELSE}
FTimeStarted: TDateTime; {time at which the timer is activated }
{$ENDIF}
ckOldHour: Integer;
ckOldMinute: Integer;
ckOldSecond: Integer;