[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Creates a new collection item and adds it to the collection.
Source position: comctrls.pp line 2541
public function TCoolBands.Add: TCoolBand; |
Collection item created and stored in the method.
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 |