I tried to transfer the line in the editor of the DataMemo component itself (see fig.), But did not pass.

You need to implement something like this:

  1. Petrov
  2. Ivanov
  3. watermelon

enter image description here

  • Try string1 + sLineBreak + string2 or string1 + #13#10 + string2 - Kromster
  • And unless DataText is not placed in a special DataBand, after which it will automatically output the data if the source is connected. see for example here - androschuk
  • @Kromster - do such things give (invalid) or should it be prescribed at the level of Delphi code? - I_CaR
  • @androschuk, honestly, I see Rave Reports for the first time. Neither of which I do not know how. I could not even connect to the database (MySQL). Previously, because the usual and convenient QuickReport was. He was expelled from Delphi, since that time I have not programmed. - I_CaR
  • @I_CaR If it’s not critical, it’s better to switch to FastReport, everything is much clearer. - androschuk

0