Specifies an event handler signalled with additional information when the value for a TUpDown control is about to change.
Source position: comctrls.pp line 1883
type TUDChangingEventEx = procedure( |
Sender: TObject; |
var AllowChange: Boolean; |
NewValue: SmallInt; |
Direction: TUpDownDirection |
) of object; |