COLOR(ColumnNo, Color)
Changes the colors of any column at Calculation. It takes two parameters. The first parameter must be a number between 1 and 3 corresponding to each column at calculation list. The second must be a number between 1 and 16 a change, e.g.
if(r>0); r:=Color(1,13); else r:=Color(1,10); end;
See also ITALIC, BOLD.
Go Back