TdxMessageDialogForm.Style Property
Specifies the active message dialog box style.
Declaration
property Style: TdxMessageDialogStyle read; write;
Property Value
Type | Description |
---|---|
TdxMessageDialogStyle | The current message dialog box style. |
Remarks
Set the Style
property to mdsMessageDlg or mdsMessageBox to switch between message dialog box styles.
Refer to the TdxMessageDialogStyle type description for detailed information on available options.
See Also