摘要: procedure TForm1.cxGrid1DBTableView1CustomDrawCell( Sender: TcxCustomGridTableView; ACanvas: TcxCanvas; AViewInfo: TcxGridTableDataCellViewInfo; var ADone: Boolean);begin //Item确定列(ID列的索引),RecordViewInfo确定行(Index行的索引) //可以定位到某一行改变颜色{if (AViewInfo.Item.ID = 0) and (AViewInfo.RecordViewInfo.Index = 0) 阅读全文
posted @ 2011-05-06 11:35 莫问哥哥 阅读(5746) 评论(0) 推荐(0)