Icon TMsgDlgBtn

Unit: WebForms

TMsgDlgBtn = (mbNone,mbOk,mbCancel,mbAbort,mbRetry,mbIgnore,
      mbYes,mbNo,mbAll,mbNoToAll,mbYesToAll,mbClose)

Available In: Client and Server Applications

The TMsgDlgBtn enumerated type is used to specify the message dialog buttons to display in the MessageDlg procedure.

ElementDescription
mbAbortSpecifies that the button is an Abort button.
mbAllSpecifies that the button is an All button.
mbCancelSpecifies that the button is a Cancel button.
mbCloseSpecifies that the button is a Close button.
mbIgnoreSpecifies that the button is an Ignore button.
mbNoSpecifies that the button is a No button.
mbNoneNot used.
mbNoToAllSpecifies that the button is a No to All button.
mbOkSpecifies that the button is an Ok button.
mbRetrySpecifies that the button is a Retry button.
mbYesSpecifies that the button is a Yes button.
mbYesToAllSpecifies that the button is a Yes to All button.
Image