application.messagebox
messagedlg

解决方案 »

  1.   

    application.messagebox('text','title',mb_yesno+mb_iconwarning);
      

  2.   

    同意楼上的 如果是倒过来的感叹号应该是 iconinformation 错误是iconerror :p
      

  3.   

    int __fastcall MessageBox(const char * Text, const char * Caption, int Flags);
      

  4.   

    Application.MessageBox('操作错误!','警告',16);
      

  5.   

    MessageBox(Self.handle,'提示','title',MB_OK OR MB_ICONWARNING) ;
    .............                                  MB_ICONSTOP
    ............                                   MB_ICONINFORMATION