What's wrong ?



What's wrong with this statement ? In cimpilation I get "undeclared identifier 'fsbold' ".
aDBGrid.Columns[j].Title.Font.Style:= [fsBold];

This is accepted:
aDBGrid.Columns[j].Title.Font.Style:= [];

What is it that I don't see ?

.