Vcl.ComCtrls.TCoolBand

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTCoolBand

Delphi

TCoolBand = class(TCollectionItem)

C++

class PASCALIMPLEMENTATION TCoolBand : public System::Classes::TCollectionItem

Properties

Type Visibility Source Unit Parent
class public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

TCoolBand represents a band within a TCoolBar.

Use TCoolBand to access one of the resizable bands in a cool bar object. Each TCoolBar uses a TCoolBands to maintain a collection of TCoolBand objects.

See Also