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