TTMSFNCCustomPlanner.XYToFullDayItem Method
Returns the full-day item at the specified control coordinates.
API unit family: TMSFNCPlanner
Declaring type: TTMSFNCCustomPlanner
Syntax
function XYToFullDayItem(X, Y: Double): TTMSFNCPlannerItem; virtual;
Parameters
| Name | Description |
|---|---|
X |
Horizontal coordinate in control pixels. |
Y |
Vertical coordinate in control pixels. |
Returns
The full-day planner item under the coordinate, or nil when none exists.