Painting the column title

Hi again!!

I was looking through the manuals and I couldn't find anything on painting the column title.

I know that if I want to paint the memo I'm suposed to do like this:

Memo.Color := clRed;

And if I want to paint the memo font only :

Memo.Font.Color := clRed;

But How am I supposed to paint the title???

| title1 | title2 | title3 |
row1 | data1 | data2 | data3 |
row2 | data1 | data2 | data3 |


Thanks

Comments

  • edited 2:28PM
    In script code:
    procedure Cross1OnPrintColumnHeader(Memo: TfrxMemoView; HeaderIndexes, HeaderValues, Value: Variant);
    begin
      Memo.Font.color:=clred;
    end
    

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.