TdxListItems.Insert(Integer) Method
Inserts a new item at the specified index in the collection.
Declaration
function Insert(AIndex: Integer): TdxListItem;
Parameters
| Name | Type | Description |
|---|---|---|
| AIndex | Integer | An index in the collection. |
Returns
| Type | Description |
|---|---|
| TdxListItem | The created item. |
Remarks
Note
Use the collection’s Count property to obtain the total item count.
See Also