Vcl.ComCtrls.TCoolBands.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(CoolBar: TCoolBar);

C++

__fastcall TCoolBands(TCoolBar* CoolBar);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCoolBands

Description

Creates and initializes a TCoolBands instance.

Create generates a TCoolBands instance and initializes its properties.

Typically, applications have no need to instantiate TCoolBands. Instead, this object is created by the TCoolBar object that uses it to manage its bands.

CoolBar is the object that owns the TCoolBands object and uses it to manage its bands.