Vcl.ComCtrls.TCoolBar.Bands

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Bands: TCoolBands read FBands write SetBands;

C++

__property TCoolBands* Bands = {read=FBands, write=SetBands};

Properties

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

Description

Lists the bands (TCoolBands) of the coolbar.

The Bands property holds a TCoolBands collection. At design time, you can add, remove, or modify bands with the Bands editor. To open the Bands editor, select the Bands property in the Object Inspector, then double-click in the Value column to the right or click the ellipsis (...) button.

You can also create bands simply by adding new wrapper controls from the palette. When any TWinControl descendant is placed on the form as a child of the TCoolBar, a new band is created for it.

See Also

Code Examples