JVCL Help:TJvInspectorAnchorsItem.MouseDown@TMouseButton@TShiftState@Integer@Integer
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvInspectorAnchorsItem.MouseDown Method
[+] TJvInspectorAnchorsItem Methods
[+] TJvInspectorAnchorsItem Properties
Search in JVCL Help
Search in all projectsSummary
Handles mouse clicks on the item.
Pascal
procedureMouseDown(Button: TMouseButton; Shift: TShiftState; X: Integer; Y: Integer); override;
Parameters
Parameters | Description |
Button: TMouseButton | The mouse button that is held down. |
Shift: TShiftState | Indicates the shift state at the time the button was pressed. |
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
MouseDown handles mouse clicks that occur on the item. The base implementation handles double clicks to select the next value from the value list as well as begin tracking the edit button. 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