解决RichEdit line insertion error的方法
摘要:
本文来自:http://blog.csdn.net/hellogv/在RICHEDIT 中使用StringReplace这个字符串替换函数时,很容易就出现"RichEdit line insertion error". 解决的方法:TStrings *tmp=new TStringList;//中间变量,用于暂时保存字符串列表的内容 String Spilth=MemoB->Strings[i]; if(Trim(Spilth)!="") { tmp->Text=StringReplace(MemoA->Text,Spilth,&quo 阅读全文
posted @ 2007-11-11 18:36 android开发 阅读(1270) 评论(0) 推荐(0)
浙公网安备 33010602011771号