Vcl.ComCtrls.TCoolBands.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add: TCoolBand;

C++

HIDESBASE TCoolBand* __fastcall Add();

Properties

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

Description

Adds a cool band to the collection.

Call Add to create an CoolBand in the collection. The new item is placed at the end of the Items array.

Add returns the new TCoolBand object.

See Also