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

TCustomHeaderControl.OnSectionEndDrag

Event handler signalled when a drag and drop operation for a section is completed.

Declaration

Source position: comctrls.pp line 4101

published property TCustomHeaderControl.OnSectionEndDrag : TNotifyEvent
  read FOnSectionEndDrag
  write FOnSectionEndDrag;

Description

OnSectionEndDrag is signalled (when assigned) from the SectionEndDrag method called when the left mouse button is released for a dragged header section. An application can implement and assign a handler routine to perform actions needed when the drag and drop operation is completed. The Sender argument for the handler contains the TCustomHeaderControl instance for the event notification.

See also

TCustomHeaderControl.OnSectionDrag

  

Event handler signalled to determine whether a header section can be dragged and dropped at a new position on the control.

TCustomHeaderControl.DragReorder

  

Enables or disables reordering of header sections on the control using drag and drop.

TNotifyEvent


Version 4.0 Generated 2025-05-03 Home