没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
procedure TfrmTest.cxGridTestListDBTableView1CustomDrawCell(
Sender: TcxCustomGridTableView; ACanvas: TcxCanvas;
AViewInfo: TcxGridTableDataCellViewInfo; var ADone: Boolean);
begin
if AViewInfo.Item.Caption='c_m' then //Item定位到某一列,c_m为字段名
begin
if AViewInfo.GridRecord.Values[TcxGridDBTableView(Sender).GetColumnByFieldName
('flag').Index]= '1' then //GridRecord定位到某一行,行列交织即为单元格。flag也是字段名
begin
ACanvas.Canvas.brush.Color := clRed;
ACanvas.FillRect(AViewInfo.Bounds);
end;
if AViewInfo.GridRecord.Values[TcxGridDBTableView(Sender).GetColumnByFieldName
('flag').Index]= '3' then
begin
ACanvas.Canvas.brush.Color := clRed;
ACanvas.FillRect(AViewInfo.Bounds);
end;
end;
if AViewInfo.Item.Caption='c_z' then
begin
if AViewInfo.GridRecord.Values[TcxGridDBTableView(Sender).GetColumnByFieldName
('flag').Index]= '2' then
begin
ACanvas.Canvas.brush.Color := clRed;
ACanvas.FillRect(AViewInfo.Bounds);
end;
Sender: TcxCustomGridTableView; ACanvas: TcxCanvas;
AViewInfo: TcxGridTableDataCellViewInfo; var ADone: Boolean);
begin
if AViewInfo.Item.Caption='c_m' then //Item定位到某一列,c_m为字段名
begin
if AViewInfo.GridRecord.Values[TcxGridDBTableView(Sender).GetColumnByFieldName
('flag').Index]= '1' then //GridRecord定位到某一行,行列交织即为单元格。flag也是字段名
begin
ACanvas.Canvas.brush.Color := clRed;
ACanvas.FillRect(AViewInfo.Bounds);
end;
if AViewInfo.GridRecord.Values[TcxGridDBTableView(Sender).GetColumnByFieldName
('flag').Index]= '3' then
begin
ACanvas.Canvas.brush.Color := clRed;
ACanvas.FillRect(AViewInfo.Bounds);
end;
end;
if AViewInfo.Item.Caption='c_z' then
begin
if AViewInfo.GridRecord.Values[TcxGridDBTableView(Sender).GetColumnByFieldName
('flag').Index]= '2' then
begin
ACanvas.Canvas.brush.Color := clRed;
ACanvas.FillRect(AViewInfo.Bounds);
end;
资源评论
一笑而过_001
- 粉丝: 1
- 资源: 9
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功