Icon TMsgDlgType

Unit: WebForms

TMsgDlgType = (mtWarning,mtError,mtInformation,mtConfirmation,
      mtCustom)

Available In: Client and Server Applications

The TMsgDlgType enumerated type is used with the MessageDlg procedure to specify what type of message dialog should be displayed.

ElementDescription
mtConfirmationSpecifies that the message dialog will be a confirmation dialog, and an applicable icon will be displayed on the message dialog to reflect this.
mtCustomSpecifies that the message dialog will be a custom dialog, and an applicable icon will be displayed on the message dialog to reflect this.
mtErrorSpecifies that the message dialog will be an error dialog, and an applicable icon will be displayed on the message dialog to reflect this.
mtInformationSpecifies that the message dialog will be an informational dialog, and an applicable icon will be displayed on the message dialog to reflect this.
mtWarningSpecifies that the message dialog will be a warning dialog, and an applicable icon will be displayed on the message dialog to reflect this.
Image