delphi spirit, forever

14 Nov, 2008

Did you know that it is so easy to extend Delphi 2009 IDE?

Posted by: admin In: delphi code

So simple in the delphi 2009:

Delphi 2009 provides a dedicated Open Tools API interface that let you interact and extend the functionality of the Delphi and C++Builder 2009 IDE. “Eric’s Open Tools API FAQ and Resource” is probably the best place to learn about Open Tools API. Eric Berry is well known in Delphi community as author of GExperts extension to all versions of Delphi and also as expert on Tools API itself.

In this post I would like to provide step-by-step instructions how to create a simple menu wizard. The wizard will add an item under Delphi “Help” menu and will just display a “Hello World” message. Nothing fancy, but just a good starting point for adding some more useful functionality. Read more.

Related posts

No Responses to "Did you know that it is so easy to extend Delphi 2009 IDE?"

Comment Form