码迷,mamicode.com
首页 > Windows程序 > 详细

Delphi - cxGrid设定字段类型为CheckBox

时间:2019-08-28 10:48:55      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:query   delphi   设定   http   alt   inf   info   sql语句   dup   

cxGrid设定字段类型为CheckBox

 

1:设定OraQuery属性

CachedUpdates设定为True;

双击打开OraQuery,选中Update SQLs页面,Insert、Updates和Delete对应的输入框中输入相应的SQL语句; 

技术图片

 

2:设定cxGrid字段类型和属性

首先,选中cxGrid中需要设定的字段。

在Properties下拉选项中选中CheckBox;

技术图片

 

单击+号展开Properties,在ValueChecked对应的Value中输入1,在ValueUnchecked对应的Value中输入0; 

技术图片

注意:cxGrid字段需要绑定数据库对应表/视图的字段。

 

运行效果:

技术图片

 

Delphi - cxGrid设定字段类型为CheckBox

标签:query   delphi   设定   http   alt   inf   info   sql语句   dup   

原文地址:https://www.cnblogs.com/jeremywucnblog/p/11422331.html

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