TTMSFNCKanbanBoardItem.CopyItem Method
Copies this item to another column and returns the new item.
API unit family: TMSFNCKanbanBoard
Declaring type: TTMSFNCKanbanBoardItem
Syntax
function CopyItem(AToColumn: TTMSFNCKanbanBoardColumn; AIndex: Integer = -1): TTMSFNCKanbanBoardItem; virtual;
Parameters
| Name | Description |
|---|---|
AToColumn |
The destination column. |
AIndex |
The zero-based position within the destination column; pass -1 to append. |
Returns
The newly created copy of the item.