Creates a dialog form type with the specified caption, message, and buttons.
Source position: dialogs.pp line 920
function CreateMessageDialog( |
const aMsg: string; |
DlgType: TMsgDlgType; |
Buttons: TMsgDlgButtons |
):TForm; overload; |
const aCaption: string; |
const aMsg: string; |
DlgType: TMsgDlgType; |
Buttons: TMsgDlgButtons |
):TForm; overload; |
aMsg |
|
Message text for the dialog. |
DlgType |
|
Identifies the dialog type and the image for the dialog. |
Buttons |
|
Set of TMsgDlgBtn buttons displayed on the dialog. |
TForm instance with the content representing the specified parameters.
aCaption |
|
Caption displayed as the title for the dialog. |
aMsg |
|
Message text for the dialog. |
DlgType |
|
Identifies the dialog type and the image for the dialog. |
Buttons |
|
Set of TMsgDlgBtn buttons displayed on the dialog. |
| Version 4.6 | Generated 2026-02-20 | Home |