相关疑难解决方法(0)

fmx delphi berlin 如何更改 Tgrid 行中的字体颜色

需要帮助..我正在使用delphi 10.1 berlin。与之前版本的 Embarcadero Delphy Code Gear 有一些不同。我需要更改 TGrid 行中的字体颜色。在下一个代码中,我将更改背景颜色,但我只需要更改字体颜色:

  aRowColor.Color := arSTATUS_GRID_COLOR[0];
  Canvas.FillRect(Bounds, 0, 0, [], 1, aRowColor);
  Column.DefaultDrawCell(Canvas, Bounds, Row, Value, State);
Run Code Online (Sandbox Code Playgroud)

delphi fonts tgrid firemonkey delphi-10.1-berlin

2
推荐指数
1
解决办法
3774
查看次数

标签 统计

delphi ×1

delphi-10.1-berlin ×1

firemonkey ×1

fonts ×1

tgrid ×1