MvT
2008-05-22 08:26:36 UTC
Hi There,
I am trying to build a rave report without the designer.
Got a small example from Nevrona's site which looks helpful.
One question is:
How do you add multiline text to a TRaveMemo's text property?
I have tried the following but it prints the text on one line:
TRaveMemo.Text := 'Line 1' + #13#10 + 'Line 2';
Please help.
BTW: I am using Delphi 7 Ent with standard shipped Rave components.
I am trying to build a rave report without the designer.
Got a small example from Nevrona's site which looks helpful.
One question is:
How do you add multiline text to a TRaveMemo's text property?
I have tried the following but it prints the text on one line:
TRaveMemo.Text := 'Line 1' + #13#10 + 'Line 2';
Please help.
BTW: I am using Delphi 7 Ent with standard shipped Rave components.