MessageDlg(String,TMsgDlgType,TMsgDlgButtons) Method

Represents method MessageDlg(String,TMsgDlgType,TMsgDlgButtons).

Namespace: System.UI.Dialogs
function MessageDlg(const Msg: String; DlgType: TMsgDlgType; Buttons: TMsgDlgButtons): TModalResult; overload;

Parameters

Msg
Type: String

DlgType
Type: TMsgDlgType

Buttons
Type: TMsgDlgButtons

Return Value