Table of Contents

TTMSFNCCustomTableView.XYToMoreOption Method

Returns the more option at the specified coordinates.

API unit family: TMSFNCTableView Declaring type: TTMSFNCCustomTableView

Syntax

function XYToMoreOption(X, Y: Single): TTMSFNCTableViewMoreOption; 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.