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;

上一篇:(41)uniGUI for Delphi UniDBGrid 设置可勾选列及存储值和显示值对应关系


下一篇:记录一段QQ关于 UNIGUI 的Session 时间设定