标签:draw http ice pos ref follow procedure art att
procedure TF_Resource2.UniDBGrid1DrawColumnCell(Sender: TObject; ACol,
ARow: Integer; Column: TUniDBGridColumn; Attribs: TUniCellAttribs);
begin
if Column.FieldName=‘zt‘ then
begin
if Column.Field.AsString=‘通过‘ then
begin
Attribs.Font.Color:=clGreen;
end;
end ;
end;
标签:draw http ice pos ref follow procedure art att
原文地址:https://www.cnblogs.com/westsoft/p/10360312.html