Skip to main content
All docs
V25.1
  • dxMessageDlg(string,string,TMsgDlgType,TMsgDlgButtons,Longint,TMsgDlgBtn,TdxMessageDialogHyperlinkClickDelegate,TdxMessageDialogShowHyperlinkHintDelegate) Method

    Declaration

    function dxMessageDlg(const AMessage: string; const ATitle: string; ADialogType: TMsgDlgType = TMsgDlgType.mtInformation; AButtons: TMsgDlgButtons = [mbOK]; AHelpContext: Longint = 0; ADefaultButton: TMsgDlgBtn = TMsgDlgBtn.FirstButton; const AHyperlinkClickProc: TdxMessageDialogHyperlinkClickDelegate = nil; const AShowHyperlinkHintProc: TdxMessageDialogShowHyperlinkHintDelegate = nil): Integer;

    Parameters

    Name Type
    AMessage string
    ATitle string
    ADialogType TMsgDlgType
    AButtons TMsgDlgButtons
    AHelpContext Longint
    ADefaultButton TMsgDlgBtn
    AHyperlinkClickProc TdxMessageDialogHyperlinkClickDelegate
    AShowHyperlinkHintProc TdxMessageDialogShowHyperlinkHintDelegate

    Returns

    Type
    Integer
    See Also