Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IWGrid Font settings not working
#1
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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)