[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ExtCtrls' (#lcl)

TCustomSplitter.OnMoved

Event handler signalled when the splitter has been dragged / moved.

Declaration

Source position: extctrls.pp line 429

public property TCustomSplitter.OnMoved : TNotifyEvent
  read FOnMoved
  write FOnMoved;

Description

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.

See also

TCustomSplitter.MoveSplitter

  

Moves the splitter by an amount specified in Offset.

TCustomSplitter.StopSplitterMove

  

Performs actions when splitter movement is stopped at the specified mouse position.

TCustomSplitter.StartSplitterMove

  

Method used to start a move operation for the splitter using the mouse position in MouseXY.


Version 4.0 Generated 2025-05-03 Home