change Font.Style in TIWAdvWebGrid ?

hi

i'm trying to change a cell's font style to bold in the OnGetCellProp of my TIWAdvWebGrid.
i have the IWFont unit in the uses, but the compiler says :

E2003 Undeclared identifier: 'fsBold'

what am i missing please?

Hi,


fsBold is defined in the Graphics unit which should also be added to your uses list.

oh i thought it was a part of the IWFont unit, sinceit's for the font's style...

Thanks Bart !