[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Identifies the type or style for a message dialog.
Source position: dialogs.pp line 36
type TMsgDlgType = System.UITypes.TMsgDlgType; |
TMsgDlgType is an alias to the TMsgDlgType enumerated type in the RTL system.uitypes.pp unit. TMsgDlgType defines a type of dialog implemented in a message box. Values in the enumeration determine the caption, icon, string literals, and buttons displayed in various dialog types.
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.
|
Alias to the TMsgDlgType enumeration value in system.uitypes.pp. |
|
|
Alias to the TMsgDlgType enumeration value in system.uitypes.pp. |
|
|
Alias to the TMsgDlgType enumeration value in system.uitypes.pp. |
|
|
Alias to the TMsgDlgType enumeration value in system.uitypes.pp. |
|
|
Alias to the TMsgDlgType 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 |