一、如果下拉对应是panel,那么设置成
TcxPopupEditPopupWindow(GetParentForm(panel)).ClosePopup;
panel为面板控件 panel名称
二、如果下拉对应是cxgrid,那么设置成
TcxPopupEditPopupWindow(GetParentForm(cxgrid)).ClosePopup;
cxgrid为面板控件 cxgrid名称
cxgrid列的Properties(cxPopupEditPopup)的关闭方法
原文:https://www.cnblogs.com/linjincheng/p/12460851.html