Question and Answer Database FAQ2614D.txt Memo Input and line breaks. Category :VCL Platform :All Product :All 32 bit Question: How can I prevent Delphi from storing the contents of a Memo input at design time as separate lines in the project/executable? Answer: Set the TMemo's WordWrap property to false in design mode. If you desire word wrap at runtime, set the TMemo's WordWrap property to true during the form's create event. 7/16/98 4:31:28 PM
Last Modified: 01-SEP-99