Table of Contents

TTMSFNCCustomPopup Class

Base class for popup components that manage a floating TTMSFNCCustomPopupForm window with configurable placement, content, and lifecycle events.

API unit family: TMSFNCPopup Inherits from: TTMSFNCCustomComponent

Syntax

TTMSFNCCustomPopup = class(TTMSFNCCustomComponent)

Properties

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

Methods

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