delphi回车事件_百度知道
if memo2.Lines.IndexOf(trim(edit1.Text))=-1 then Memo2.Lines.Add(edit...2008-10-28 delphi查找控件 11 更多关于delphi的问题>> 网友都在找: delphi ...
delphi中回车memo控件的问题?_百度知道
delphi中回车memo控件的问题?Memo1.Clear(); // 清空Memo中原来的内容Memo1.Line.Add(Edit1.Text); // Memo添加一行内容,文字从Edit1...