Table of Contents

TTMSFNCCustomTableView.XYToAccessoryItem Method

Returns the item accessory at the specified coordinates.

API unit family: TMSFNCTableView Declaring type: TTMSFNCCustomTableView

Syntax

function XYToAccessoryItem(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.