uniGUI学习之UniStringGrid(35)
作者:互联网
procedure TMainForm.UniStringGrid1DrawCell(Sender: TObject; ACol, ARow: Integer;
var Value: string; Attribs: TUniCellAttribs);
begin
// if ARow = 3 then
// begin
//
// Attribs.Font.Color:=clred;
// Attribs.Font.Size:=20;
// Attribs.Font.Name:='楷体';
//
// end;
Attribs.Style.Style := 'border: 2px solid green'; // define a style directly
end;
标签:Attribs,Style,uniGUI,ARow,begin,35,楷体,Font,UniStringGrid 来源: https://www.cnblogs.com/tulater/p/12706488.html