Vcl.ComCtrls.TToolBar.Wrapable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Wrapable: Boolean read FWrapable write SetWrapable default True;

C++

__property bool Wrapable = {read=FWrapable, write=SetWrapable, default=1};

Properties

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

Description

Enables automatic line-wrap for components in the toolbar.

If Wrapable is true, components automatically wrap around and form new rows when they do not fit horizontally in the toolbar.

See Also