TTMSFNCListBoxItems.Insert Method
Inserts a new item at the specified zero-based index and returns it.
API unit family: TMSFNCListBox
Declaring type: TTMSFNCListBoxItems
Syntax
function Insert(Index: Integer): TTMSFNCListBoxItem;
Parameters
| Name | Description |
|---|---|
Index |
Position at which to insert the new item. |