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!

Comments

  • edited 4:44PM
    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 4:44PM
    Thanks a lot Mick!!

    Regards
    Lars
  • edited 4:44PM
    Mick.pl wrote: »
    Mick.pl 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

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

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.