Vcl.ComCtrls.TCustomHeaderControl.DragReorder

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property DragReorder: Boolean read FDragReorder write SetDragReorder default False;

C++

__property bool DragReorder = {read=FDragReorder, write=SetDragReorder, default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomHeaderControl

Beschreibung

Bestimmt, ob die Kopfzeilen neu angeordnet werden können.

Wenn DragReorder true ist (Voreinstellung:

Siehe auch