lookupedit绑定数据,选择以后。怎么点击按钮使lookupedit回到初始位置,即nulltext的值。注意,是点击按钮,不是按默认的CTRL+DELETE。

txtKHXX.EditValue = null;
txtKHXX.ItemIndex = -1;

 Lookupedit的属性里面可以添加按钮,在按钮点击事件里写Lookupedit.EditValue = null;

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-03
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-11
  • 2021-08-07
相关资源
相似解决方案