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