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

TCustomHeaderControl.DragReorder

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

Declaration

Source position: comctrls.pp line 4094

published property TCustomHeaderControl.DragReorder : Boolean
  read FDragReorder
  write FDragReorder;

Description

DragReorder is used in the SectionDrag method to control whether drag and drop is enabled for header sections. It also determines whether the OnSectionDrag event handler is signalled to allow or disallow the source and destination section targets.

See also

TCustomHeaderControl.Sections

  

Sections - the short segments of the header separated by vertical bars that function as the elementary selection units of the header.

TCustomHeaderControl.SectionDrag

  

Signals the OnSectionDrag event handler (when assigned and enabled).

TCustomHeaderControl.OnSectionDrag

  

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


Version 4.0 Generated 2025-05-03 Home