JVCL Help:TJvCustomInspectorItem.MouseMove
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspectorItem.MouseMove Method
[+] TJvCustomInspectorItem Events
[+] TJvCustomInspectorItem Methods
[+] TJvCustomInspectorItem Properties
Search in JVCL Help
Search in all projectsSummary
Handles mouse movements over the item.
Pascal
procedureMouseMove(Shift: TShiftState; X: Integer; Y: Integer); virtual;
Parameters
Parameters | Description |
Shift: TShiftState | Indicates the shift state at the time the mouse was moved. |
X: Integer | X-position of the mouse in the client area of the sender. |
Y: Integer | Y-position of the mouse in the client area of the sender. |
Description
MouseMove handles mouse movements over the item. The base implementation handles tracking the edit button as well as transferring control to the dropped down value list. Descendants can override this method to provide additional functionality.
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