Vcl.ComCtrls.TCoolBand.Break

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Break: Boolean read FBreak write SetBreak default True;

C++

__property bool Break = {read=FBreak, write=SetBreak, default=1};

Properties

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

Description

Causes the band to start on a new line.

If Break is true (the default), the band starts a new line at the left side of the TCoolBar control. If Break is false, the band continues on the same line as its predecessor.