Back to Devexpress

TdxAlertWindow.CurrentMessageIndex Property

vcl-dxalertwindow-dot-tdxalertwindow-f9f81a7b.md

latest1.0 KB
Original Source

TdxAlertWindow.CurrentMessageIndex Property

Specifies the currently displayed message in the current alert window.

Declaration

delphi
property CurrentMessageIndex: Integer read; write;

Property Value

Type
Integer

Remarks

The message is identified by its index in the message list accessible via the MessageList property. End-users can change the CurrentMessageIndex property value by browsing messages with the navigation panel.

Call the DeleteCurrentMessage method to remove the currently displayed message from the message list.

See Also

TdxAlertWindow Class

TdxAlertWindow Members

dxAlertWindow Unit