Defined colors in FastReport?
In my report printing a calendar I need a lightgray for the weekend days. I wonder if there is a list of predefined colors in FastReport - like clred, clblue, clgreen etc. ?
Thank you in advance!
Thank you in advance!
Comments
You'll see a list of all FR colors name.
Regards
Mick
Regards
Lars
Or use something like this in the MemoOnBeforePrint script:
MemoColor := $00CED0FF; // clRose NB: $00BGR order