Application.MessageBox('信息内容','标题内容',?)
这个函数详细怎么用啊。

解决方案 »

  1.   

    MessageBox('This should be on top.', 'Look', [smbOK]);
      

  2.   

    smbOK A button with the caption 慜K?
    smbCancel A button with the caption 慍ancel?
    smbYes A button with the caption 慪es?
    smbNo A button with the caption 慛o?
    smbAbort A button with the caption 慉bort?
    smbRetry A button with the caption 慠etry?
    smbIgnore A button with the caption 慖gnore
      

  3.   

    这样应该可以的:
       Application.Messagebox('标题文本','提示文本',MB_OKCancel+mb_information)
    同理
       Messagebox(handle,'标题文本','提示文本',MB_OKCancel+mb_information)
      

  4.   

    Application.MessageBox('okok','kkkkkkkkkk',mb_YESNO+MB_ICONWARNING);
    是这样写的。想在FORMR 的ONCLOSE事件中