Table of Contents

TTMSFNCCustomKanbanBoard.XYToColumn Method

Returns the column at the specified local coordinates.

API unit family: TMSFNCKanbanBoard Declaring type: TTMSFNCCustomKanbanBoard

Syntax

function XYToColumn(X, Y: Single): TTMSFNCKanbanBoardColumn;

Parameters

Name Description
X The horizontal coordinate.
Y The vertical coordinate.

Returns

The column at the specified coordinates, or nil when no column is found.