| [Overview][Types][Classes][Procedures and functions][Index] | 
Tracks changes to the mouse position for the highlighted check box in the control.
Source position: comboex.pas line 310
| protected procedure TCustomCheckCombo.MouseMove( | 
| Shift: TShiftState; | 
| X: Integer; | 
| Y: Integer | 
| ); override; | 
| Shift | 
 | Mouse event modifier examined in the method. | 
| X | 
 | Horizontal coordinate for the mouse pointer examined in the method. | 
| Y | 
 | Vertical coordinate for the mouse pointer examined in the method. | 
MouseMove is overridden in TCustomCheckCombo to track the X and Y coordinates for the highlighted check box item, and to refresh the control when needed. MouseMove calls the inherited method.
| 
 | Handler for MouseMove events. | 
| Version 4.0 | Generated 2025-05-03 | Home |