我尝试过Delphi2010中的GExperts替换组件专家,它似乎有一个bug。
GExpert's Replace Components Expert doesn't replace the text in the form file (*.dfm)
有没有人知道用delphi 2010替换Delphi项目中单元和dfm文件中的所有组件的其他专家、工具或方法?
示例:用TRzEdits替换所有的TEdits,等等。
谢谢
发布于 2011-12-31 14:41:40
如果GExperts‘Replace Components expert欺骗了你,那就忘了它吧。
Delphi 2010具有先进的开箱即用的重构功能。
转到RAD Studio文档的Refactoring Overview主题,您将发现大量有趣的资料。
https://stackoverflow.com/questions/8680652
复制相似问题