TdxAlertWindow.MessageList Property
Provides access to the message list associated with the current alert window.
Declaration
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