Defined colors in FastReport?

edited 12:37AM in FastReport 4.0
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!

Comments

  • edited 12:37AM
    larshgf wrote: »
    ...
    I wonder if there is a list of predefined colors in FastReport - like clred, clblue, clgreen etc. ?
    ...
    Click on any Memo on your report and look at Object Inspector - Color property of that Memo.
    You'll see a list of all FR colors name.

    Regards
    Mick

  • edited 12:37AM
    Thanks a lot Mick!!

    Regards
    Lars
  • edited 12:37AM
    Mick.pl wrote: »
    Click on any Memo on your report and look at Object Inspector - Color property of that Memo.
    You'll see a list of all FR colors name.

    Regards
    Mick

    Or use something like this in the MemoOnBeforePrint script:
    MemoColor := $00CED0FF; // clRose NB: $00BGR order

Leave a Comment