TdxMessageDialogForm.Message Property
Specifies the dialog 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 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