[Overview][Types][Classes][Procedures and functions][Index] |
Applies a Shift+Drag operation for the splitter as a relative offset to the anchored control.
Source position: extctrls.pp line 402
protected procedure TCustomSplitter.MouseMove( |
Shift: TShiftState; |
X: Integer; |
Y: Integer |
); override; |
Shift |
|
Shift, Ctrl, or Alt modified for the mouse event. |
X |
|
Horizontal coordinate for the mouse event. |
Y |
|
Vertical coordinate for the mouse event. |
MouseMove is an overridden method in TCustomSplitter. It calls the inherited method on entry to update the DragManager and signal the OnMouseMove event handler (when assigned).
It extends the ancestor method by calculating the offset needed to move the splitter relative to its anchor control. MouseMove calls the MoveSplitter method to apply the calculated offset to the Alignment edge for the splitter and resize the anchored control.
|
Handler for MouseMove events. |
Version 4.0 | Generated 2025-05-03 | Home |