TTMSFNCPlanner.XYToItemTitleAnchor Method
Returns the item title anchor at the specified coordinate.
API unit family: TMSFNCPlanner
Declaring type: TTMSFNCPlanner
Inherited from: TTMSFNCCustomPlanner
Syntax
function XYToItemTitleAnchor(AItem: TTMSFNCPlannerItem; AX, AY: Single): String; virtual;
Parameters
| Name | Description |
|---|---|
AItem |
Item whose title text is inspected for anchors. |
AX |
Horizontal coordinate in control pixels. |
AY |
Vertical coordinate in control pixels. |
Returns
The anchor identifier at the coordinate, or an empty string.