[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: msewidgets.pas line 1393
function showmessage( |
const atext: msestring; |
const caption: msestring; |
const buttons: array of modalresultty; |
const defaultbutton: modalresultty = mr_cancel; |
const noshortcut: modalresultsty = []; |
const minwidth: Integer = 0; |
const exttext: msestring = ''; |
const position: messagepositionty = mepo_default |
):modalresultty; overload; |
const atext: msestring; |
const caption: msestring; |
const buttons: array of modalresultty; |
const defaultbutton: modalresultty; |
const noshortcut: modalresultsty; |
const minwidth: Integer; |
const actions: array of notifyeventty; |
const exttext: msestring = ''; |
const position: messagepositionty = mepo_default |
):modalresultty; overload; |
const atext: msestring; |
const caption: msestring; |
const buttons: array of modalresultty; |
const adest: rectty; |
const awidget: twidget = Nil; |
const placement: captionposty = cp_bottomleft; |
const defaultbutton: modalresultty = mr_cancel; |
const noshortcut: modalresultsty = []; |
const minwidth: Integer = 0; |
const exttext: msestring = '' |
):modalresultty; overload; |
const atext: msestring; |
const caption: msestring = ''; |
const minwidth: Integer = 0; |
const exttext: msestring = '' |
):modalresultty; overload; |