I can not get clHightlight and clHightlightText colours to work in Delphi 2007, when I compile I get the errors:
[DCC Error] GlobalFunctions.pas(412): E2003 Undeclared identifier: 'clHightlightText'
[DCC Error] GlobalFunctions.pas(413): E2003 Undeclared identifier: 'clHightlight'
But I have included the Graphic unit and in the same function I have clWindow,clWindowText,clInfoBk, clInfoText and they all work fine.
clHightlightText appears in the CodeGear Documentation (under Graphics.TColor) along with clwindow and co.
Any idea why this is?
Info:
Delphi 2007 (update 3 [I think])
Windows XP (sp2)