TTMSFNCKanbanBoardColumn.XYToItem Method
Returns the item at the specified local coordinates within the column.
API unit family: TMSFNCKanbanBoard
Declaring type: TTMSFNCKanbanBoardColumn
Syntax
function XYToItem(X, Y: Single): TTMSFNCKanbanBoardItem; virtual;
Parameters
| Name | Description |
|---|---|
X |
The horizontal coordinate relative to the column. |
Y |
The vertical coordinate relative to the column. |
Returns
The item at the coordinates, or nil when no item is found.