Step by Step

雪压枝头低,虽低不着泥。一朝红日出,依旧与天齐。

Delphi dbgridEh对某一列动态添加PickList

通过遍历循环数据库的方式添加例:

While not qryPerson.Eof do

begin

  dgMain.Columns[0].PickList.Add(qryPerson.FieldByName('Name').AsString);

  qryPerson.Next;

end

posted on 2021-05-24 19:13  生活照旧  阅读(300)  评论(0编辑  收藏  举报

导航