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

dxUseStandardMessageDialogs Variable

Specifies if DevExpress controls use standard message boxes instead of skinnable message boxes.

Declaration

var dxUseStandardMessageDialogs: Boolean = False;

Variable Value

Type Description
Boolean

True if DevExpress controls use the standard message dialog box; otherwise, False.

Remarks

Options include:

Value Description
False (default) The message box-related global methods invoke the message dialog box with support for DevExpress look & feel settings.
True The message box-related methods invoke the standard message dialog box like their standard VCL counterparts.

The dxUseStandardMessageDialogs global variable affects the following methods:

See Also