当前位置: 代码迷 >> Delphi >> 请问POS COPY用法
  详细解决方案

请问POS COPY用法

热度:8385   发布时间:2013-02-25 00:00:00.0
请教POS COPY用法
我要做一个按钮 点击按钮后 复制 edt.text

i为 <img src="edt.text" > 到 Memo 里 这样的代码怎么写。

每次copy <img src="i">的时候 从会另起一行 


------解决方案--------------------------------------------------------
str := “123456”;str1 := Copy(Str,2,3);结果就是 str1 等于 234
  相关解决方案