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