再次感谢研究的无私分享,很实用的功能吧,老司机带路少走弯路! 上码。 procedure CustomDrawColumnHeader(Sender: TcxGridTableView; ACanvas: TcxCanvas; AViewInfo: TcxGridColumnHeaderViewInfo; var ADone: Boolean); const MultiLines: array [Boolean] of Integer = (cxSingleLine, cxWordBreak);
标签: DEV
[控件]Cxgrid获取分组小计值
最近有个项目用到比较复杂的统计,开始接触DEV,Dev下有个强大的表格那就是Cxgrid了。 项目上用到对分组小计后的值获取。 研究了半天,代码如下: var i, j: Integer; ASummary: TcxDataSummary; begin inherited; j := 0; for i := 0 to cxGrid1DBTableView1.DataController.RowCount – 1 do begin if cxGrid1DBTableView1.Dat