Board index » delphi » Delphi 8 .Net: DesignIntf, DesignEditors and the ToolsAPI
Jim Meyer
![]() Delphi Developer |
Jim Meyer
![]() Delphi Developer |
Delphi 8 .Net: DesignIntf, DesignEditors and the ToolsAPI2004-01-16 11:58:34 PM delphi233 Hi Group. I'm trying to port my component, including Design-Time code from Delphi 7 to D8 .Net. The DesignIntf and DesignEditors are not found in Delphi 8 when I try to compile my design-package, so I suspect that a reference/requires is missing, but don't know the package name? How is this done i D8? Secondly, is it possible to interact with Delphi 8 using the ToolsAPI or something along those lines? Regards, Jim |
Jim Meyer
![]() Delphi Developer |
2004-01-17 12:12:30 AM
Re:Delphi 8 .Net: DesignIntf, DesignEditors and the ToolsAPI
Found the solution, I think :)
Added the Borland.Studio.Vcl.Design.dll to the Requires and the full namespace: "uses Borland.Vcl.Design.DesignIntf, ..." "Jim Meyer" <XXXX@XXXXX.COM>writes QuoteHi Group. |