Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxAlertWindow.Visible Property

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

#Declaration

Delphi
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