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,TdxMessageDialogHyperlinkClickDelegate,TdxMessageDialogShowHyperlinkHintDelegate) Creates a message dialog box with a specified dialog type, message, and a set of buttons.
dxCreateMessageDialog(string,TMsgDlgType,TMsgDlgButtons,TMsgDlgBtn,TdxMessageDialogHyperlinkClickDelegate,TdxMessageDialogShowHyperlinkHintDelegate) Creates a message dialog box with a specified dialog type and message. Allows you to specify a set of buttons including the default button.
dxMessageBox(string,string,Integer,TdxMessageDialogHyperlinkClickDelegate,TdxMessageDialogShowHyperlinkHintDelegate) Opens a message dialog box that displays a specified message, title, and buttons (configured using a combination of flags).
dxMessageBox(THandle,string,string,Integer,TdxMessageDialogHyperlinkClickDelegate,TdxMessageDialogShowHyperlinkHintDelegate) Opens a message dialog box that displays a specified message, title, and buttons (configured using a combination of flags). Allows you to associate the message box with an owner window.
dxMessageDlg(string,string,TMsgDlgType,TMsgDlgButtons,Longint,TMsgDlgBtn,TdxMessageDialogHyperlinkClickDelegate,TdxMessageDialogShowHyperlinkHintDelegate) Opens a message dialog box with a specified dialog type, title, message, and a set of buttons (and allows you to specify the default button).
dxMessageDlg(string,TMsgDlgType,TMsgDlgButtons,Longint,TdxMessageDialogHyperlinkClickDelegate,TdxMessageDialogShowHyperlinkHintDelegate) Opens a message dialog box with a specified dialog type, message, and a set of buttons.
dxMessageDlg(string,TMsgDlgType,TMsgDlgButtons,Longint,TMsgDlgBtn,TdxMessageDialogHyperlinkClickDelegate,TdxMessageDialogShowHyperlinkHintDelegate) Opens a message dialog box with a specified dialog type, message, and a set of buttons (and allows you to specify the default button).
dxMessageDlgPos(string,string,TMsgDlgType,TMsgDlgButtons,Longint,Integer,Integer,TMsgDlgBtn,TdxMessageDialogHyperlinkClickDelegate,TdxMessageDialogShowHyperlinkHintDelegate) Opens a message dialog box at a specified position on the screen. Allows you to specify the dialog title and the default button
dxMessageDlgPos(string,TMsgDlgType,TMsgDlgButtons,Longint,Integer,Integer,TdxMessageDialogHyperlinkClickDelegate,TdxMessageDialogShowHyperlinkHintDelegate) Opens a message dialog box at a specified position on the screen.
dxMessageDlgPos(string,TMsgDlgType,TMsgDlgButtons,Longint,Integer,Integer,TMsgDlgBtn,TdxMessageDialogHyperlinkClickDelegate,TdxMessageDialogShowHyperlinkHintDelegate) Opens a message dialog box at a specified position on the screen. Allows you to specify the default button
dxMessageDlgPosHelp(string,string,TMsgDlgType,TMsgDlgButtons,Longint,Integer,Integer,string,TMsgDlgBtn,TdxMessageDialogHyperlinkClickDelegate,TdxMessageDialogShowHyperlinkHintDelegate) Opens a message dialog box associated with a help topic and positions the dialog box at specific screen coordinates. Allows you to specify the dialog title and the default button.
dxMessageDlgPosHelp(string,TMsgDlgType,TMsgDlgButtons,Longint,Integer,Integer,string,TdxMessageDialogHyperlinkClickDelegate,TdxMessageDialogShowHyperlinkHintDelegate) Opens a message dialog box associated with a help topic and positions the dialog box at specific screen coordinates.
dxMessageDlgPosHelp(string,TMsgDlgType,TMsgDlgButtons,Longint,Integer,Integer,string,TMsgDlgBtn,TdxMessageDialogHyperlinkClickDelegate,TdxMessageDialogShowHyperlinkHintDelegate) Opens a message dialog box associated with a help topic and positions the dialog box at specific screen coordinates. Allows you to specify the default button.
dxShowMessage(string,TdxMessageDialogHyperlinkClickDelegate,TdxMessageDialogShowHyperlinkHintDelegate) Opens a generic message dialog box with an OK button.
dxShowMessageFmt(string,Untyped[],TdxMessageDialogHyperlinkClickDelegate,TdxMessageDialogShowHyperlinkHintDelegate) Opens a generic message dialog box with a formatted message.
dxShowMessagePos(string,Integer,Integer,TdxMessageDialogHyperlinkClickDelegate,TdxMessageDialogShowHyperlinkHintDelegate) Opens a generic message dialog box at a 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.
TdxMessageDialogHyperlinkClickDelegate The procedural type for a hyperlink activation handler in a message dialog.
TdxMessageDialogShowHyperlinkHintDelegate The procedural type for a hyperlink hint display handler in a message dialog.
See Also