TTMSFNCKanbanBoardColumn.FindItemByNode Method
Returns the kanban board item associated with the specified tree view virtual node.
API unit family: TMSFNCKanbanBoard
Declaring type: TTMSFNCKanbanBoardColumn
Syntax
function FindItemByNode(ANode: TTMSFNCTreeViewVirtualNode): TTMSFNCKanbanBoardItem;
Parameters
| Name | Description |
|---|---|
ANode |
The virtual node to look up. |
Returns
The matching item, or nil when no item is found.