DBGrid 单击弹出PickList
阅读原文时间:2023年07月12日阅读:4

type
  myGrid = class(TCustomGrid)
  end;

type
  myInplaceEditList = class(TInplaceEditList)
  end;

 

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

手机扫一扫

移动阅读更方便

阿里云服务器
腾讯云服务器
七牛云服务器

你可能感兴趣的文章