一个写字版的问题 Delphi / Windows SDK/API
http://www.delphi2007.net/DelphiMultimedia/html/delphi_2006121410563659.html
我用DELPHI做了一个写字版,在用到查找替换功能的时候,不能全部替换,只能查找一个替换掉一个,否则就增加。  
  问,怎么解决

使用TReplaceDialog控件,在OnReplace里写  
  if   frReplaceAll   in   ReplaceDialog.Options   then   //全部替换  
   
  替换代码要你自己写,可以用StringReplace函数

老之   升星     散分了..

up

多少分是   3   星呵呵

相关文章:

  • 2021-06-21
  • 2022-12-23
  • 2021-12-13
  • 2022-12-23
  • 2022-12-23
  • 2022-01-20
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-20
  • 2021-07-07
  • 2021-10-16
  • 2021-09-19
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案