例如,如果Memo的Lines属性包含:
string 1 string 2 string 3
我想在字符串1之前添加字符串字符串0.我该怎么做?
TStrings
Insert
Memo.Lines.Insert(0,'string 0');