Skip to main content

TdxAlertWindow.Visible Property

Determines whether or not the current alert window is visible on screen.

Declaration

property Visible: Boolean read;

Property Value

Type
Boolean

Remarks

This property returns False if the alert window is not displayed on screen. For instance, when an alert window manager‘s WindowMaxCount limit is reached, newly created windows cannot be displayed until one of the visible windows is closed or hidden. For these windows, the Visible property returns False. Once the alert window manager starts playing the showing animation for an alert window, its Visible property returns True.

You can track Visible property value changes via the VisibilityTransition property.

See Also