Table of Contents

TTMSFNCDataGrid.XYToHeaderGroup Method

Returns the header group object located under the given pixel coordinate, or nil if none.

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

Syntax

function XYToHeaderGroup(X, Y: Double): TTMSFNCDataGridHeaderGroup;

Parameters

Name Description
X Horizontal pixel offset relative to the control.
Y Vertical pixel offset relative to the control.

Returns

The TTMSFNCDataGridHeaderGroup under the coordinate, or nil.