[Overview][Types][Classes][Procedures and functions][Index] |
Adds a new item to the collection.
Source position: comboex.pas line 108
public function TListControlItems.Add: TListControlItem; |
Item added to the collection.
Add is a TListControlItem function used to add a new item to the collection. Add reimplements the method defined in the TCollection ancestor class to return the TListControlItem type. The return value contains the TListControlItem instance created and stored in the collection. The current class instance is used as the owner for the collection item.
|
Implements a collection item added to a list control. |
|
Version 4.0 | Generated 2025-05-03 | Home |