TTMSFNCNonFocusablePopup.PointInPopup Method
Returns
Truewhen the given screen point falls within the bounds of the open popup form.
API unit family: TMSFNCPopup
Declaring type: TTMSFNCNonFocusablePopup
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.