TTMSFNCDataGrid.XYToFooter Method
Returns True when the given pixel coordinate falls within the footer area.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCDataGrid
Inherited from: TTMSFNCCustomDataGrid
Syntax
function XYToFooter(X, Y: Double): Boolean;
Parameters
| Name | Description |
|---|---|
X |
Horizontal pixel offset relative to the control. |
Y |
Vertical pixel offset relative to the control. |
Returns
True if the point is inside the footer.