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