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

dxMessageDialog Unit

Classes

Name Description
TdxMessageDialogForm The form class that implements the 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 the specified settings.
dxCreateMessageDialog(string,TMsgDlgType,TMsgDlgButtons) Creates a message dialog box form with the specified settings.
dxMessageBox(string,string,Integer) Invokes a modal message box dialog.
dxMessageBox(THandle,string,string,Integer) Invokes a modal message box dialog.
dxMessageDlg(string,TMsgDlgType,TMsgDlgButtons,Longint,TMsgDlgBtn) Invokes a modal message box dialog.
dxMessageDlg(string,TMsgDlgType,TMsgDlgButtons,Longint) Invokes a modal message box dialog.
dxMessageDlgPos(string,TMsgDlgType,TMsgDlgButtons,Longint,Integer,Integer,TMsgDlgBtn) Invokes a modal message box dialog at the specified position on the screen.
dxMessageDlgPos(string,TMsgDlgType,TMsgDlgButtons,Longint,Integer,Integer) Invokes a modal message box dialog 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 box dialog 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 message boxes instead of skinnable message boxes.

Types

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