Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

sdxAlertWindowMessageIndexMacro Constant

In This Article

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

#Declaration

Delphi
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