JVCL Help:TJvSlider.MouseMove
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSlider.MouseMove Method
Search in JVCL Help
Search in all projectsSummary
Responds when the user moves the mouse over the slider.
Pascal
procedureMouseMove(Shift: TShiftState; X: Integer; Y: Integer); override;
Parameters
Parameters | Description |
Shift: TShiftState | Indicates which keys (Shift, Ctrl, and Alt) were down when the mouse moved. |
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 MouseMove. It is called automatically when the user moves the mouse over the sizable panel, or when the sizable panel has captured the mouse. As implemented in TJvSlider, MouseMove changes the position of the thumb, and triggers the OnChanged event.
See Also
TJvSlider.MouseDown, TJvSlider.MouseUp, TJvSlider.OnChanged, 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