Vcl.Dialogs.TMsgDlgButtons
Delphi
TMsgDlgButtons = System.UITypes.TMsgDlgButtons;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
set | public | Vcl.Dialogs.pas | Vcl.Dialogs | Vcl.Dialogs |
Description
TMsgDlgButtons defines a set of values used by MessageDlg and MessageDlgPos.
The TMsgDlgButtons type defines the set of values a button in a message box can have. The TMsgDlgButtons type is used by the MessageDlg and MessageDlgPos functions.
The following table lists all the buttons that can appear on a form:
Value | Meaning |
---|---|
|
A button with the text 'Yes' on its face |
|
A button with the text 'No' on its face |
|
A button with the text 'OK' on its face |
|
A button with the text 'Cancel' on its face |
|
A button with the text 'Abort' on its face |
|
A button with the text 'Retry' on its face |
|
A button with the text 'Ignore' on its face |
|
A button with the text 'All' on its face |
|
A button with the text 'No to All' on its face |
|
A button with the text 'Yes to All' on its face |
|
A button with the text 'Close' on its face |
The Dialogs unit defines the following constants that must be used by the MessageDlg and MessageDlgPos functions:
Constant | Meaning |
---|---|
|
|
|
|
|
|
|
|
|
|