Board index » cppbuilder » same line in Memo
Jani Ruohomaa
![]() CBuilder Developer |
same line in Memo2004-11-06 06:06:40 AM cppbuilder1 Hi! Does anyone know how to get the text on the same line when adding text to a Memo object I want to copy selected items from a listview to a Memo object and obviously want the ones that are on the same row in the listview to be on the same line in the Memo. I tried Append but it puts it on another line eventhough the help files says that it should append the text to the end of the text in the Memo Appends a string to the end of the memo's text. void __fastcall Append(const WideString Text); Description Use Append to add the string, specified by the Text parameter, to the end of the existing text in the memo control. Thanks, Jani |