Table of Contents

TTMSFNCCustomDataGrid.XYToHeader Method

Returns True when the given pixel coordinate falls within the header area.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCCustomDataGrid

Syntax

function XYToHeader(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 header.