Table of Contents

TTMSFNCTableView.XYToMoreOption Method

Returns the more option at the specified coordinates.

API unit family: TMSFNCTableView Declaring type: TTMSFNCTableView Inherited from: 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.