如何让鼠标无法进入DBEditEnabled设为True,如何让鼠标无法进入DBEdit[解决办法]procedure TForm1.DBEdit1Enter(Sender: TObject);begin button1.SetFocus;end;在Enter中把焦点给另一个控件.