Vcl.ComCtrls.TCoolBands.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(CoolBar: TCoolBar);

C++

__fastcall TCoolBands(TCoolBar* CoolBar);

Eigenschaften

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

Beschreibung

Erstellt eine Instanz von TCoolBands.

Mit Create können Sie eine neue Instanz von TCoolBands erstellen und initialisieren.

Anwendungen instantiieren normalerweise kein TCoolBands-Objekt. Das Objekt wird von dem TCoolBar-Objekt erstellt, das mit seiner Hilfe Bereiche verwaltet.

CoolBar ist das Objekt, das dem TCoolBands-Objekt übergeordnet ist. CoolBar verwaltet seine Bereiche mit TCoolBands.