TTMSFNCDataGridProgressBarCell.XYToAnchor Method
Returns the anchor URL at canvas position (X, Y) within the cell, or an empty string when no anchor is hit.
API unit family: TMSFNCDataGridCell
Declaring type: TTMSFNCDataGridProgressBarCell
Inherited from: TTMSFNCDataGridCell
Syntax
function XYToAnchor(X, Y: Single): string;
Parameters
| Name | Description |
|---|---|
X |
Horizontal canvas coordinate relative to the cell origin. |
Y |
Vertical canvas coordinate relative to the cell origin. |
Returns
The href string of the HTML anchor at that position, or an empty string.