Skip to main content

TdxAlertWindow.Show Method

Shows the current alert window on screen.

Declaration

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