Vcl.ComCtrls.TCoolBands
Delphi
TCoolBands = class(TCollection)
C++
class PASCALIMPLEMENTATION TCoolBands : public System::Classes::TCollection
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | Vcl.ComCtrls |
Description
TCoolBands is a container for TCoolBand objects.
Each TCoolBands holds a collection of TCoolBand objects in a TCoolBar. TCoolBands maintains an index of the TCoolBand objects in its Items array. The Count property contains the number of bands in the collection.