Vcl.ComCtrls.TCoolBands

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTCoolBands

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.

See Also