[Overview][Types][Classes][Procedures and functions][Index] |
Performs actions when splitter movement is stopped at the specified mouse position.
Source position: extctrls.pp line 411
protected procedure TCustomSplitter.StopSplitterMove( |
const MouseXY: TPoint |
); |
MouseXY |
|
TPoint instance with the coordinates for the mouse pointer. |
StopSplitterMove calculates the offset for the mouse position relative to the position where the drag operation was started, and calls MoveSplitter to apply the changed position. The OnMoved event handler is signalled (when assigned).
No actions are performed in method if a drag operation has not been started using StartSplitterMove.
Version 4.0 | Generated 2025-05-03 | Home |