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