mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 18:16:02 +02:00
LCL: TUpDown: use type
git-svn-id: trunk@46773 -
This commit is contained in:
parent
5ebadd515f
commit
d1f45975dc
@ -1812,7 +1812,7 @@ type
|
|||||||
FOnChanging: TUDChangingEvent;
|
FOnChanging: TUDChangingEvent;
|
||||||
MinBtn: TControl; // TSpeedButton
|
MinBtn: TControl; // TSpeedButton
|
||||||
MaxBtn: TControl; // TSpeedButton
|
MaxBtn: TControl; // TSpeedButton
|
||||||
BTimerProc: procedure of Object;
|
BTimerProc: TProcedureOfObject;
|
||||||
BTimerBounds : TRect;
|
BTimerBounds : TRect;
|
||||||
FArrowKeys: Boolean;
|
FArrowKeys: Boolean;
|
||||||
FAssociate: TWinControl;
|
FAssociate: TWinControl;
|
||||||
|
Loading…
Reference in New Issue
Block a user