一、如果下拉对应是panel,那么设置成

TcxPopupEditPopupWindow(GetParentForm(panel)).ClosePopup;

panel为面板控件 panel名称

 

二、如果下拉对应是cxgrid,那么设置成

TcxPopupEditPopupWindow(GetParentForm(cxgrid)).ClosePopup;

cxgrid为面板控件 cxgrid名称

相关文章:

  • 2022-12-23
  • 2021-09-03
  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
  • 2021-12-02
  • 2021-12-05
  • 2021-11-17
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
  • 2022-12-23
相关资源
相似解决方案