mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-20 12:19:31 +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;
|
||||
MinBtn: TControl; // TSpeedButton
|
||||
MaxBtn: TControl; // TSpeedButton
|
||||
BTimerProc: procedure of Object;
|
||||
BTimerProc: TProcedureOfObject;
|
||||
BTimerBounds : TRect;
|
||||
FArrowKeys: Boolean;
|
||||
FAssociate: TWinControl;
|
||||
|
Loading…
Reference in New Issue
Block a user