Vcl.ComCtrls.TCoolBar.FixedOrder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FixedOrder: Boolean read FFixedOrder write SetFixedOrder default False;

C++

__property bool FixedOrder = {read=FFixedOrder, write=SetFixedOrder, default=0};

Properties

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

Description

Determines whether the user can reorder the bands in the TCoolBar.

If FixedOrder is set to true, the user can reposition the bands by dragging them with the mouse, but cannot change their order. Bands can still be reordered from the Collection editor at design time, or by changing their Index properties in program code.

See Also