Table of Contents

TTMSFNCDataGrid.XYToRenderer Method

Returns the renderer responsible for the given pixel coordinate.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCDataGrid Inherited from: TTMSFNCCustomDataGrid

Syntax

function XYToRenderer(X, Y: Double): TTMSFNCDataGridRenderer;

Parameters

Name Description
X Pixel coordinate relative to the grid.
Y Pixel coordinate relative to the grid.

Returns

The resulting object or value.