BCB有无非模态对话框?ShowMessage和MessageBox貌似都是模态的[解决办法]
TForm *pMsgForm = CreateMessageDialog("要显示的消息内容", mtInformation, TMsgDlgButtons() << mbOK);pMsgForm->Show();