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

TdxMessageDialogForm.Message Property

Specifies the dialog’s message.

Declaration

property Message: string read; write;

Property Value

Type Description
string

A text string with support for BBCode-inspired markup tags. Refer to the list of supported tags below.

Remarks

Text Formatting Attribute Message Text with Tags Example
Bold [B]DevExpress[/B] Bold Font Attribute Example
Italic [I]DevExpress[/I] Italic Font Attribute Example
Underscore [U]DevExpress[/U] Underscore Font Attribute Example
Strikeout [S]DevExpress[/S] Strikeout Font Attribute Example
Subscript Dev[Sub]Express[/Sub] Subscript Font Attribute Example
Superscript Dev[Sup]Express[/Sup] Superscript Font Attribute Example
Custom Font Dev[U][Font=Consolas][Size=12]Express[/U][/Font][/Size] Custom Font Settings Example
Color [Color=#E67E22]Dev[/Color][Color=Gray]Express[/Color] Color Font Attribute Example
Background Color [BackColor=Orange]DevExpress[/BackColor] Background Color Font Attribute Example
Hyperlink [URL=http://www.devexpress.com/]DevExpress[/URL] Hyperlink Example
No Parse [NOPARSE][B]DevExpress[/B][/NOPARSE] No Parse Example

The Message property’s default value is an empty string.

See Also