Back to Devexpress

TdxMessageDialogForm.DialogType Property

vcl-dxmessagedialog-dot-tdxmessagedialogform-e773ceaf.md

latest1.8 KB
Original Source

TdxMessageDialogForm.DialogType Property

Returns the message dialog box type.

Declaration

delphi
property DialogType: TMsgDlgType read;

Property Value

TypeDescription
TMsgDlgType

The message dialog box type.

|

Remarks

The message box type determines the predefined caption, system icon, and sound of the message box. You can specify the required message box type when you create it. The following message box types are available:

ValueDescriptionPredefined Icon
mtWarningWarns users about a potential issue.
mtErrorNotifies users of an occurred error.
mtInformationDisplays additional information.
mtConfirmationPrompts a user to confirm or cancel an action.
mtCustomA custom message box.No icon.

See Also

TdxMessageDialogForm Class

TdxMessageDialogForm Members

dxMessageDialog Unit