Table of Contents

TTMSFNCCustomTableView.XYToBitmapItem Method

Returns the item bitmap at the specified coordinates.

API unit family: TMSFNCTableView Declaring type: TTMSFNCCustomTableView

Syntax

function XYToBitmapItem(X, Y: Single): TTMSFNCTableViewItem; virtual;

Parameters

Name Description
X Horizontal coordinate in control coordinates.
Y Vertical coordinate in control coordinates.

Returns

The matching table view object, or nil when no match is found.