Skip to main content

dxMessageDialog Unit

This unit implements a skinnable Message Box form and all global methods that invoke DevExpress message boxes.

Classes

Name Description
TdxMessageDialogForm The form class that implements a message dialog box with support for DevExpress look & feel settings.

Enums

Name Description
TdxMessageDialogStyle Enumerates message dialog box styles.

Methods

Name Description
dxCreateMessageDialog(string,TMsgDlgType,TMsgDlgButtons,TMsgDlgBtn) Creates a message dialog box form with specified settings.
dxCreateMessageDialog(string,TMsgDlgType,TMsgDlgButtons) Creates a message dialog box form with the specified settings.
dxMessageBox(string,string,Integer) Invokes a modal message dialog box.
dxMessageBox(THandle,string,string,Integer) Invokes a modal message dialog box.
dxMessageDlg(string,TMsgDlgType,TMsgDlgButtons,Longint,TMsgDlgBtn) Invokes a modal message dialog box.
dxMessageDlg(string,TMsgDlgType,TMsgDlgButtons,Longint) Invokes a modal message dialog box.
dxMessageDlgPos(string,TMsgDlgType,TMsgDlgButtons,Longint,Integer,Integer,TMsgDlgBtn) Invokes a modal message dialog box at the specified position on the screen.
dxMessageDlgPos(string,TMsgDlgType,TMsgDlgButtons,Longint,Integer,Integer) Invokes a modal message dialog box at the specified position on the screen.
dxMessageDlgPosHelp(string,TMsgDlgType,TMsgDlgButtons,Longint,Integer,Integer,string,TMsgDlgBtn) Invokes a message dialog box whose help topic is supplied in a specified help file.
dxMessageDlgPosHelp(string,TMsgDlgType,TMsgDlgButtons,Longint,Integer,Integer,string) Invokes a message dialog box whose help topic is supplied in a specified help file.
dxShowMessage(string) Invokes a generic message dialog box with an OK button.
dxShowMessageFmt(string,Untyped[]) Displays a message dialog box with a formatted message.
dxShowMessagePos(string,Integer,Integer) Invokes the message dialog box at the specified position on the screen.

Variables

Name Description
dxMessageDialogFormClass Specifies the form class of the message dialog box with support for DevExpress look & feel settings.
dxUseStandardMessageDialogs Specifies if DevExpress controls use standard VCL message boxes instead of skinnable message dialog boxes.

Types

Name Description
TdxMessageDialogFormClass The class-reference to a message dialog box form class.
See Also