[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TCoolBands.Create

Constructor for the class instance.

Declaration

Source position: comctrls.pp line 2540

public constructor TCoolBands.Create(

  ACoolBar: TCustomCoolBar

);

Arguments

ACoolBar

  

Control which owns the class instance.

Description

Create is the overridden constructor for the class instance. It calls the inherited method using TCoolBand as the ItemClass for the collection. It sets the owner of the collection to the value passed in the ACoolBar argument.

See also

TCoolBand

  

Implements a band displayed on the TCoolBar control.

TCoolBar

  

Implements a Rebar-like control with resizable bands.

TCollection.Create

TCollection.ItemClass


Version 4.0 Generated 2025-05-03 Home