TTMSFNCEditorListCollection.Insert Method
Inserts a new item at the specified zero-based position and returns it.
API unit family: TMSFNCEditorListView
Declaring type: TTMSFNCEditorListCollection
Syntax
function Insert(index: Integer): TObject;
Parameters
| Name | Description |
|---|---|
index |
Zero-based position at which to insert the new item. |
Returns
The newly inserted TTMSFNCEditorListItem.