Question and Answer Database FAQ2481C.txt How can I prevent C++ Builder...TMemo...? Category :VCL Platform :All Product :C++Builder 3.x Question: How can I prevent C++ Builder 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/2/98 10:32:32 AM
Last Modified: 01-SEP-99