Skip to main content
A newer version of this page is available. .

sdxAlertWindowMessageIndexMacro Constant

Defines a macro conveying the currently displayed message from messages associated with an alert window.

Declaration

const sdxAlertWindowMessageIndexMacro = '[MessageIndex]';

Remarks

You can combine macros specified by the sdxAlertWindowMessageIndexMacro and sdxAlertWindowMessageCountMacro constants to define a display format mask via the TdxAlertWindowOptionsNavigationPanel.DisplayMask property. When the display value for the mask is about to be determined, the macro specified by the sdxAlertWindowMessageIndexMacro constant will be automatically replaced with an alert window’s CurrentMessageIndex property value incremented by 1.

See Also