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

TCoolBands.Add

Creates a new collection item and adds it to the collection.

Declaration

Source position: comctrls.pp line 2541

public function TCoolBands.Add: TCoolBand;

Function result

Collection item created and stored in the method.

Description

Add is a TCoolBand function used to create and store a new collection item in the collection. The return value is the TCoolBand created and stored in the method. Add re-implements the method from the ancestor class to ensure that the collection item is a TCoolBand instance.


Version 4.0 Generated 2025-05-03 Home