TTMSFNCCustomPlanner.XYToFullDay Method
Returns the full-day cache item at the specified coordinate.
API unit family: TMSFNCPlanner
Declaring type: TTMSFNCCustomPlanner
Syntax
function XYToFullDay(AX, AY: Single): TTMSFNCPlannerCacheItem; virtual;
Parameters
| Name | Description |
|---|---|
AX |
Horizontal coordinate in control pixels. |
AY |
Vertical coordinate in control pixels. |
Returns
The full-day cache item under the coordinate, or nil when none exists.