[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Identifies dialog button types.
Source position: dialogs.pp line 37
type TMsgDlgBtn = System.UITypes.TMsgDlgBtn; |
TMsgDlgBtn is an alias to the TMsgDlgBtn type in system.uitypes.pp. TMsgDlgBtn is an enumeration type with values that define the buttons that can be displayed in a message dialog. TMsgDlgBtn values also determine the modal result returned from the dialog when the corresponding button is clicked.
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.
|
Alias to the TMsgDlgBtn enumeration value in system.uitypes.pp. |
|
|
Alias to the TMsgDlgBtn enumeration value in system.uitypes.pp. |
|
|
Alias to the TMsgDlgBtn enumeration value in system.uitypes.pp. |
|
|
Alias to the TMsgDlgBtn enumeration value in system.uitypes.pp. |
|
|
Alias to the TMsgDlgBtn enumeration value in system.uitypes.pp. |
|
|
Alias to the TMsgDlgBtn enumeration value in system.uitypes.pp. |
|
|
Alias to the TMsgDlgBtn enumeration value in system.uitypes.pp. |
|
|
Alias to the TMsgDlgBtn enumeration value in system.uitypes.pp. |
|
|
Alias to the TMsgDlgBtn enumeration value in system.uitypes.pp. |
|
|
Alias to the TMsgDlgBtn enumeration value in system.uitypes.pp. |
|
|
Alias to the TMsgDlgBtn enumeration value in system.uitypes.pp. |
|
|
Alias to the TMsgDlgBtn enumeration value in system.uitypes.pp. |
|
|
Shows a message to the user and gets the response. |
|
|
An extended MessageDlg function. |
|
|
An extended MessageDlgPos function. |
|
|
Creates a dialog form type with the specified caption, message, and buttons. |
|
|
Shows a question to the user and gets a response. Similar to MessageDlg, but allows to use custom button captions and user-specified response values. |
|
Version 4.0 | Generated 2025-05-03 | Home |