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.
See Also