Table of Contents

TTMSFNCCustomNonFocusablePopup Class

Base popup component that shows a non-focusable popup form, preserving focus in the previously active window.

API unit family: TMSFNCPopup Inherits from: TTMSFNCCustomPopup

Syntax

TTMSFNCCustomNonFocusablePopup = class(TTMSFNCCustomPopup)

Properties

Name Description
FillColor The background fill color of the popup form. Defaults to gcNull (transparent). (inherited from TTMSFNCCustomPopup)
StrokeColor The border stroke color of the popup form. Defaults to gcNull (no border). (inherited from TTMSFNCCustomPopup)
Transparent When True, the popup form background is transparent. Defaults to False. Available on FMX only. (inherited from TTMSFNCCustomPopup)

Methods

Name Description
HasPopupForm Returns True when the popup form has been created and is available. (inherited from TTMSFNCCustomPopup)
PointInPopup Returns True when the given screen point falls within the bounds of the open popup form. (inherited from TTMSFNCCustomPopup)