[Overview][Types][Classes][Procedures and functions][Index] |
Event handler signalled when the splitter has been dragged / moved.
Source position: extctrls.pp line 404
public property TCustomSplitter.OnMoved : TNotifyEvent |
OnMoved is a TNotifyEvent property with the event handler signalled when the splitter control has been dragged / moved. It is signalled (when assigned) from the StopSplitterMove method when the mouse button is released to end the drag operation. It occurs after the splitter has been moved using the MoveSplitter method.
|
MoveSplitter moves the splitter by an amount specified in Offset. |
|
|
Performs actions when splitter movement is stopped at the specified mouse position. |
|
|
StartSplitterMove - method for starting movement of the splitter, given the mouse position MouseXY. |