Back to Devexpress

TdxAlertWindow.MessageList Property

vcl-dxalertwindow-dot-tdxalertwindow-6d5ff297.md

latest1.1 KB
Original Source

TdxAlertWindow.MessageList Property

Provides access to the message list associated with the current alert window.

Declaration

delphi
property MessageList: TdxAlertWindowMessageList read; write;

Property Value

Type
TdxAlertWindowMessageList

Remarks

You can manage messages stored in this list via the DeleteCurrentMessage method and TdxAlertWindowMessageList class members. To specify the currently displayed message, use the CurrentMessageIndex property.

End-users can browse the alert window’s message list using the navigation panel.

See Also

TdxAlertWindow Class

TdxAlertWindow Members

dxAlertWindow Unit