TTMSFNCKanbanBoardItem.MoveItem Method
Moves this item to another column and returns the relocated item.
API unit family: TMSFNCKanbanBoard
Declaring type: TTMSFNCKanbanBoardItem
Syntax
function MoveItem(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 item in its new column position.