lookup->ADOQuery->Connection = DataModule1->ADOConnection1;
lookup->ADOQuery->SQL->Text = "select id,Name,PYCode from T where uf=1";
lookup->ADOQuery->Open();
lookup->ListFieldIndex = ;
lookup->KeyField = "ID";
lookup->ListField = "id;Name;PYCode";
lookup->FilterFields = "Name;PYCode";

最新文章

  1. js判断本机是否已安装app
  2. ODAC(V9.5.15) 学习笔记(十八) 数据集缓冲模式
  3. 【锋利的Jquery】读书笔记六
  4. 工具类 util.Date 日期类
  5. 【less和sass的区别,你了解多少?】
  6. Unix/Linux僵尸进程
  7. 小强的HTML5移动开发之路(5)——制作一个漂亮的视频播放器
  8. Random Erasing Augmentation(REA)
  9. docker和kubernetes中hostname的使用和常见问题
  10. python重试库retryiny源码剖析
  11. Android中使用progurad混淆代码
  12. sas基础系列(2)-时间差精度获取
  13. 11.2JS笔记
  14. C#使用命令编译代码
  15. MFC CTreeCtrl控件
  16. MUI极简的JS函数
  17. Android Gson 操作
  18. 【机器学习】多项式回归sklearn实现
  19. ORM版,学生信息管理单表查询..
  20. python3 迭代器,生成器

热门文章

  1. Linux如何修改命令提示符
  2. C++的const类成员函数
  3. 快速理解 FastCGI、PHP-CGI、PHP-FPM
  4. How to get the full error stack trace of SharePoint
  5. chrome 49 版本bug: flex父元素设置flex:1 , 子元素用height:100%无法充满父元素
  6. Ubuntu tar方式安装mysql5.7.21 时报错 [ERROR] Can't locate the language directory. 以及 ------ libaio.so.1: cannot open shared object file
  7. 每天一个linux命令(性能、优化):【转载】lsof命令
  8. linux 下mongodb 3.2.5单机版安装
  9. stacks and queues--codility
  10. php switch case的"bug"