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

TdxAlertWindowOptionsNavigationPanel.DisplayMask Property

Specifies the mask (also called formatting pattern) that is used to format the navigation panel’s text for display in an alert window.

Declaration

property DisplayMask: string read; write;

Property Value

Type
string

Remarks

By default, the formatting pattern is combined using the sdxAlertWindowMessageCountMacro and sdxAlertWindowMessageIndexMacro global constants, which define macros to be replaced with the information on the messages associated with the alert window and the currently displayed message, respectively. You may add these macros to your custom formatting pattern or display any other kind of information.

The default value of the DisplayMask property is specified by the sdxAlertWindowNavigationPanelDefaultDisplayMask resource string.

See Also