TTMSFNCCloudDemoListBoxItems.Insert Method
Creates a new item, inserts it at the specified position, and returns it.
API unit family: TMSFNCCloudDemoListBox
Declaring type: TTMSFNCCloudDemoListBoxItems
Syntax
function Insert(Index: Integer): TTMSFNCCloudDemoListBoxItem;
Parameters
| Name | Description |
|---|---|
Index |
The zero-based position at which to insert the new item. |
Returns
The newly created item.