Hello, how can I write in a text box in different lines?
I explain myself, I use Borland and I want to write something in a line, for example "ABC", and in the second line "DEF". I try this, but it is written all in the same line.
Thanks,Code:Edit3->Text="ABC\n DEF"



LinkBack URL
About LinkBacks



. I´m working in a windows program in wich you write some text, that text is saved into a file, and that file is send to a computer. I want that text box to show if the text has been correctly saved.