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

sdxAlertWindowMessageCountMacro Constant

Defines a macro conveying the number of messages associated with an alert window.

Declaration

const sdxAlertWindowMessageCountMacro = '[MessageCount]';

Remarks

You can combine macros specified by the sdxAlertWindowMessageCountMacro and sdxAlertWindowMessageIndexMacro 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 sdxAlertWindowMessageCountMacro constant will be automatically replaced with an alert window’s MessageList.Count property value.

See Also