TMsgDlgBtn Enumeration

Represents type TMsgDlgBtn.

Namespace: System.UI.Dialogs
type
 TMsgDlgBtn = (mbYes, mbNo, mbOK, mbCancel, mbAbort, mbRetry, mbIgnore, mbAll, mbNoToAll, mbYesToAll, mbHelp, mbClose);

The TMsgDlgBtn type exposes the following members.

Show:
 NameDescription
mbAbort

Represents constant mbAbort.

mbAll

Represents constant mbAll.

mbCancel

Represents constant mbCancel.

mbClose

Represents constant mbClose.

mbHelp

Represents constant mbHelp.

mbIgnore

Represents constant mbIgnore.

mbNo

Represents constant mbNo.

mbNoToAll

Represents constant mbNoToAll.

mbOK

Represents constant mbOK.

mbRetry

Represents constant mbRetry.

mbYes

Represents constant mbYes.

mbYesToAll

Represents constant mbYesToAll.

Top