I am creating a String called FullMemo that will appear in the TMemoBox , but the problem is that I am trying to make such strings as follows:
FullMemo := txtFistMemo.Text + '\n' + txtDetails.Text
I got the contents of the txtFirstMemo character \n , not the newline and the contents of txtDetails . What should I do to make a new line work?
variables string delphi lazarus memo
Nathan campos
source share