JVCL Help:TJvCustomInspectorItem.TrackButton
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspectorItem.TrackButton Method
[+] TJvCustomInspectorItem Events
[+] TJvCustomInspectorItem Methods
[+] TJvCustomInspectorItem Properties
Search in JVCL Help
Search in all projectsSummary
Tracks the mouse events for the edit button.
Pascal
procedureTrackButton(X: Integer; Y: Integer); dynamic;
Parameters
Parameters | Description |
X: Integer | X-position of the mouse |
Y: Integer | Y-position of the mouse |
Description
TrackButton checks the position of the mouse and updates the Pressed property and the visual indication for the edit button accordingly.
The method will be called for all mouse movements while the Tracking property is True.
See Also
TJvCustomInspectorItem.Pressed, TJvCustomInspectorItem.StopTracking, TJvCustomInspectorItem.Tracking
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