JVCL Help:TJvSlider.MouseUp
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSlider.MouseUp Method
Search in JVCL Help
Search in all projectsSummary
Responds when the user releases the mouse.
Pascal
procedureMouseUp(Button: TMouseButton; Shift: TShiftState; X: Integer; Y: Integer); override;
Parameters
Parameters | Description |
Button: TMouseButton | Determines which mouse button the user pressed. |
Shift: TShiftState | Indicates which keys (Shift, Ctrl, and Alt) were down when the user released the mouse button. |
X: Integer | Indicates the new x-coordinate of the mouse pointer. |
Y: Integer | Indicates the new y-coordinate of the mouse pointer. |
Description
Do not call MouseUp. It is called automatically when the user releases the mouse. As implemented in TJvSlider, MouseUp renders the "up" image specified by ImageThumb on the thumb, and triggers the OnStopChanged event.
See Also
TJvSlider.ImageThumb, TJvSlider.MouseDown, TJvSlider.MouseMove, TJvSlider.OnStopChanged, TJvSlider.Paint
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page