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

    Declaration

    function dxMessageDlgPos(const AMessage: string; const ATitle: string; ADialogType: TMsgDlgType; AButtons: TMsgDlgButtons; AHelpContext: Longint; X: Integer; Y: Integer; 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
    X Integer
    Y Integer
    ADefaultButton TMsgDlgBtn
    AHyperlinkClickProc TdxMessageDialogHyperlinkClickDelegate
    AShowHyperlinkHintProc TdxMessageDialogShowHyperlinkHintDelegate

    Returns

    Type
    Integer
    See Also