Table of Contents

TTMSFNCCustomNonFocusablePopup.PointInPopup Method

Returns True when the given screen point falls within the bounds of the open popup form.

API unit family: TMSFNCPopup Declaring type: TTMSFNCCustomNonFocusablePopup Inherited from: TTMSFNCCustomPopup

Syntax

function PointInPopup(APoint: TPointF): Boolean; virtual;

Parameters

Name Description
APoint The screen coordinate to test.

Returns

True if APoint lies within the popup form bounds; otherwise False.