JVCL Help:TJvFullColorComponent.OnMouseColor
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvFullColorComponent.OnMouseColor Event
[+] TJvFullColorComponent Events
[+] TJvFullColorComponent Methods
[+] TJvFullColorComponent Properties
Search in JVCL Help
Search in all projectsSummary
The mouse is dragging one cursor.
Pascal
TJvFullColorMouseEvent = procedure (Sender: TObject; ColorX, ColorY: Byte) ofobject;
propertyOnMouseColor: TJvFullColorMouseEvent;
Parameters
Parameters | Description |
ColorY | the Y position of the mouse cursor inside the control. |
ColorX | The X position of the mouse cursor inside the control. |
Sender | The sender of this event. |
Description
This event is sent when the user is dragging one cursor. It is sent at the beginning of the movement and each time the mouse cursor is moved.
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