-TMsgDlgType is an alias to the TMsgDlgType type in
-
+Values from the enumeration can be represented using the descriptive modal +dialog type constants, such as: mtWarning, mtError, mtInformation, +mtConfirmation, and mtCustom. +
++Values from TMsgDlgType are used in several routines, such as: +MessageDlg, MessageDlgPos, MessageDlgPosHelp, +CreateMessageDialog, QuestionDlg, and +LazMessageDlg.
TMsgDlgBtn is an alias to the TMsgDlgBtn type in
-
+Values from the enumeration can be represented using the descriptive message +button constants, such as: mbYes, mbNo, mbOK, mbCancel, mbAbort, mbRetry, +mbIgnore, mbAll, mbNoToAll, mbYesToAll, mbHelp, and mbClose. +
++Values in the enumeration are used in various routines, such as: +MessageDlg, MessageDlgPos, MessageDlgPosHelp, +CreateMessageDialog, QuestionDlg, and +LazMessageDlg.
-TMsgDlgButtons is an alias to the TMsgDlgButtons type
-in
A set constant used to show Yes, No, and Cancel buttons on a message dialog. +
A set constant used to show Yes and No buttons on a message dialog. +
+A set constant to show an OK and a Cancel button on a message dialog. +
+A set constant to show an Abort, Retry and Ignore buttons on a message dialog. +
-UserChoice is an name property which contains the modal
-result value returned for the dialog. It uses modal result constants like
-mrOk, mrCancel, et. al. as defined in the