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.Show Method

In This Article

Shows the current alert window on screen.

#Declaration

Delphi
procedure Show;

#Remarks

Call this method to show the current alert window if an alert window manager cannot make this window visible because the WindowMaxCount limit has been reached.

The alert window is displayed using the showing animation. Once the animation is finished, the alert window manager fires the OnShow event. To display the window at a specific position, assign its Left and Top properties before the Show method call.

See Also