Vcl.ComCtrls.TCoolBands

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTCoolBands

Delphi

TCoolBands = class(TCollection)

C++

class PASCALIMPLEMENTATION TCoolBands : public System::Classes::TCollection

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Beschreibung

TCoolBands ist ein Container für TCoolBand-Objekte.

Jedes TCoolBands-Objekt enthält eine Kollektion von TCoolBand-Objekten, aus denen sich ein TCoolBar-Objekt zusammensetzt. TCoolBands verwaltet einen Index der TCoolBand-Objekte im Array seiner Eigenschaft Items. Die Eigenschaft Count gibt die Anzahl der Bereiche in der Kollektion an.

Siehe auch