dxCreateMessageDialog(string,TMsgDlgType,TMsgDlgButtons,TMsgDlgBtn)
|
Creates a message dialog box form with specified settings.
|
dxCreateMessageDialog(string,TMsgDlgType,TMsgDlgButtons)
|
Creates a message dialog box form with the specified settings.
|
dxMessageBox(string,string,Integer)
|
Invokes a modal message dialog box.
|
dxMessageBox(THandle,string,string,Integer)
|
Invokes a modal message dialog box.
|
dxMessageDlg(string,TMsgDlgType,TMsgDlgButtons,Longint,TMsgDlgBtn)
|
Invokes a modal message dialog box.
|
dxMessageDlg(string,TMsgDlgType,TMsgDlgButtons,Longint)
|
Invokes a modal message dialog box.
|
dxMessageDlgPos(string,TMsgDlgType,TMsgDlgButtons,Longint,Integer,Integer,TMsgDlgBtn)
|
Invokes a modal message dialog box at the specified position on the screen.
|
dxMessageDlgPos(string,TMsgDlgType,TMsgDlgButtons,Longint,Integer,Integer)
|
Invokes a modal message dialog box at the specified position on the screen.
|
dxMessageDlgPosHelp(string,TMsgDlgType,TMsgDlgButtons,Longint,Integer,Integer,string,TMsgDlgBtn)
|
Invokes a message dialog box whose help topic is supplied in a specified help file.
|
dxMessageDlgPosHelp(string,TMsgDlgType,TMsgDlgButtons,Longint,Integer,Integer,string)
|
Invokes a message dialog box whose help topic is supplied in a specified help file.
|
dxShowMessage(string)
|
Invokes a generic message dialog box with an OK button.
|
dxShowMessageFmt(string,Untyped[])
|
Displays a message dialog box with a formatted message.
|
dxShowMessagePos(string,Integer,Integer)
|
Invokes the message dialog box at the specified position on the screen.
|