TMsgDlgType Enumeration

Represents type TMsgDlgType.

Namespace: System.UI.Dialogs
type
 TMsgDlgType = (mtWarning, mtError, mtInformation, mtConfirmation, mtCustom);

The TMsgDlgType type exposes the following members.

Show:
 NameDescription
mtConfirmation

Represents constant mtConfirmation.

mtCustom

Represents constant mtCustom.

mtError

Represents constant mtError.

mtInformation

Represents constant mtInformation.

mtWarning

Represents constant mtWarning.

Top