ToolsAPI is the API for extending and customizing the Delphi IDE using interfaces.
Questions tagged [toolsapi]
61 questions
-1
votes
1 answer
How do I update old IDE-extension code so it doesn't use the deprecated ExptIntf and ToolsIntf units?
I'm doing my first tests about extending the IDE but I only find old source codes which uses ExptInft and ToolsIntf, which are deprecated (Delphi 2007).
I'm looking for a newer example code or help for updating an old example.
Here's what I did for…

Fabrizio
- 7,603
- 6
- 44
- 104