Creates a new collection item and adds it to the collection.
Source position: comctrls.pp line 2508
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.