码迷,mamicode.com
首页 > 数据库 > 详细

DBGrid 单击弹出PickList

时间:2019-11-09 13:24:39      阅读:94      评论:0      收藏:0      [点我收藏+]

标签:form   RoCE   nbsp   control   opd   tom   editor   ofo   ace   

type
  myGrid = class(TCustomGrid)
  end;

type
  myInplaceEditList = class(TInplaceEditList)
  end;

 

procedure TDemoForm.gdDemoGridCellClick(Column: TColumn);
begin
      Column.Field.FocusControl;
      Column.DropDownRows := 20;
      myInplaceEditList(myGrid(grdColorSize).InplaceEditor).DropDown;
end;

 

DBGrid 单击弹出PickList

标签:form   RoCE   nbsp   control   opd   tom   editor   ofo   ace   

原文地址:https://www.cnblogs.com/jijm123/p/11824945.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!