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

sdxAlertWindowMessageCountMacro Constant

In This Article

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

#Declaration

Delphi
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