读书人

请问:Delphi代码 DesignHookUtils.pas

发布时间: 2013-01-01 14:04:19 作者: rapoo

请教:Delphi代码 DesignHookUtils.pas 转成C++ BUILDER
其中IDesignerHook定义部分怎么转?

//IDesignerHook的实现部分
TDesignerHook = class(TInterfacedObject, IDesignerNotify,IDesignerHook)

发现C++ builder自动将它转成 class TDesignerHook : public System::TInterfacedObject

觉得不对,感觉应该是从Forms::IDesignerHook这个抽象类继承过来才对?

望高手解答!
[解决办法]
http://bbs.ustc.edu.cn/cgi/bbsanc?path=/groups/GROUP_4/Delphi/old/M.928240815.A

读书人网 >C++ Builder

热点推荐