Atozed Forums

Full Version: IWGrid Font settings not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
if i change Fontsettings in the Cell, it is not working.


  with IWGrid1.Cell[1, 1] do
  begin
    Text      := 'Font Yellow';
    BGColor    := clNone;
    Font.Style := [fsBold];
    Font.Color :=clYellow;
  end;


After that, Font.Style is not Bold und the color has not changed to yellow.