[Overview][Types][Classes][Procedures and functions][Index] |
Inserts a collection item at the specified position in the collection.
Source position: comboex.pas line 131
public function TComboExItems.Insert( |
AIndex: Integer |
):TComboExItem; |
AIndex |
|
Ordinal position in the collection where the new item is inserted. |
Collection item created and stored at the specified position.
Insert is a TComboExItem function used to insert a new collection item at the specified position in the collection. Insert reimplements the method in TCollection to create and return the TComboExItem type used in the derived collection. Inserts calls the inherited method, and casts the return value to a TComboExItem type.
|
Implements an extended item used in TComboEx. |
|
|
Adds a new item to the collection. |
|
|
Adds a new item with the specified values to the collection. |
|
Version 4.0 | Generated 2025-05-03 | Home |