LCL: TUpDown: use type

git-svn-id: trunk@46773 -
This commit is contained in:
mattias 2014-11-07 10:04:20 +00:00
parent 5ebadd515f
commit d1f45975dc

View File

@ -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;