Vcl.ComCtrls.THeaderControl.DragReorder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DragReorder: Boolean read FDragReorder write SetDragReorder default 0;

C++

__property DragReorder = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls THeaderControl

Description

Make header reorderable.

Vcl.ComCtrls.THeaderControl.DragReorder inherits from Vcl.ComCtrls.TCustomHeaderControl.DragReorder. All content below this line refers to Vcl.ComCtrls.TCustomHeaderControl.DragReorder.

Make header reorderable.

If DragReorder is true (default is false), the user can rearrange headers by dragging them.

See Also