Table of Contents

ITMSFNCMenuView.ReferenceAtPoint Method

Returns the item control located at the given point, or nil if no item is at that position.

API unit family: TMSFNCPopupMenu Declaring type: ITMSFNCMenuView

Syntax

function ReferenceAtPoint(APoint: TPointF): TControl;

Parameters

Name Description
APoint Point in the coordinate space of the view control to test.

Returns

The TControl at the given position, or nil.