Possible colors, look on xBrowse.prg: bClrHeader,; // default color pair for header bClrFooter,; // default color pair for footer bClrStd,; // default color pair for normal rows bClrSel,; // default color pair for selected row bClrSelFocus,; // default color pair for selected row when control has focus bClrEdit // default color pair for edition
However, you can only color the entire header, not a specific column's header. To color specific headers you will either have to use TCBrowse or TXBrowse.