Table of Contents

TTMSFNCDataGridRenderer.XYToRenderer Method

Returns the nested renderer at the given device pixel position, or Self if there is no nested renderer there.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

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

Parameters

Name Description
X Horizontal device pixel position.
Y Vertical device pixel position.

Returns

The nested renderer at the position, or Self when the position belongs to this renderer.