TdxAlertWindow.DeleteCurrentMessage Method
In This Article
Removes the currently displayed message from the message list accessible via the MessageList property.
#Declaration
Delphi
procedure DeleteCurrentMessage;
#Remarks
If the last message is removed from the message list, the alert window is automatically hidden.
See Also