Skip to main content

TdxAlertWindow.CurrentMessageIndex Property

Specifies the currently displayed message in the current alert window.

Declaration

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