Back to Devexpress

TdxMessageDialogForm.Message Property

vcl-dxmessagedialog-dot-tdxmessagedialogform.md

latest1.2 KB
Original Source

TdxMessageDialogForm.Message Property

Specifies the dialog message.

Declaration

delphi
property Message: string read; write;

Property Value

TypeDescription
string

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

|

Remarks

Use the Message property to define message box content. You can use supported BBCode-inspired markup tags to format the displayed message.

Default Value

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

See Also

Message Dialog Boxes

BBCode-Inspired Text Formatting Markup

TdxMessageDialogForm Class

TdxMessageDialogForm Members

dxMessageDialog Unit