原文:CXGRID用法(取行、列值;定位选中某行等等)

Delphi Cxgrid获取选中行列,排序规则,当前正在编辑的单元格内的值 cxGrid DBTableView .Controller.FocusedRowIndex 当前行号 cxGrid DBTableView .Controller.FocusedRow 当前行cxGrid DBTableView .Controller.FocusedColumn 当前列cxGrid DBTableVi ...

2015-04-15 16:33 0 6716 推荐指数:

查看详情

CXGRID用法定位选中某行等等)

Delphi Cxgrid获取选中行列,排序规则,当前正在编辑的单元格内的 cxGrid1DBTableView1.Controller.FocusedRowIndex 当前行号 cxGrid1DBTableView1.Controller.FocusedRow 当前 ...

Mon Jul 03 17:29:00 CST 2017 0 1606
GRID用法定位选中某行等等)

Delphi Cxgrid获取选中行列,排序规则,当前正在编辑的单元格内的 cxGrid1DBTableView1.Controller.FocusedRowIndex 当前行号 cxGrid1DBTableView1.Controller.FocusedRow 当前 ...

Thu Jul 18 17:37:00 CST 2013 1 3660
CxGrid 改变某行或单元格的颜色

一个表(T)的结构结构如下. ID Test 1 20012 14443 17885 26456 4568 cxGrid成功连接到该表, 如果要实现单元格特效, 就要在cxGridDBTableView的 OnCustomDrawCell写代码. 该事件声明原形为 type ...

Mon Oct 17 20:07:00 CST 2016 0 2217
cxgrid动态创建

cxgrid动态创建 procedure TFrmRuleEdit.CreateCols;var Column: TcxGridDBColumn;begin cdsPowerPrj.First; while not cdsPowerPrj.Eof do begin Column ...

Wed Mar 01 00:36:00 CST 2017 0 1492
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM