Vcl.ComCtrls.TToolButton.Wrap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Wrap: Boolean read FWrap write SetWrap default False;

C++

__property bool Wrap = {read=FWrap, write=SetWrap, default=0};

Properties

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

Description

Forces a new row after the tool button.

Set Wrap to true to make the tool button the last in its row. Wrap is disabled when the toolbar's Wrapable property is true.

See Also