这个问题太基础了。首先多行文本框是什么控件,一般用memo,或者listbox,richedit等。以memo为例,双击按钮进入click事件。 memo1.text := memo1.text + edit1.text;或者 memo1.Lines.add(edit1.text);