Malcolm Groves
Subtracting from the sum of human knowledge
 
  Index

  Home
Projects
Writing
About Me

 
   
  Blog Categories

  All Posts
Borland
ECO
Personal
Photos
Projects
Misc.

 
   
  Photos

 
www.flickr.com
This is a Flickr badge showing public photos from Malcolm Groves. Make your own badge here.
 
   
  Recent Blog Entries

 

 
   
  Previous Posts

 
April 2004
Sun Mon Tue Wed Thu Fri Sat
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30  
Mar   Nov


 
   
 
 
Recent Posts
Click to see the XML version of this web page.

 

Monday, 5 April 2004

FileExplorer for Delphi 8

I've always been quite interested in extending Delphi using the Open Tools API. My first add-in was back in Delphi 2 days, called CodeQuick. Amazingly, it's still listed on Torry's for all you D2 users out there :-).

Anyway, lately I've been writing a few add-ins for Delphi 8 on flights and in spare moments, the first of which is ready for some more public scrutiny.

FileExplorer is a free add-in for Delphi 8, which provides Explorer-like functionality in a dockable window inside the IDE. There's more info and some screenshots on the project page, along with some ToDo's, but please feel free to grab this version and try it out. Feedback is of course welcome.

|



Repost : SQLSite 1.0

SQLSite is available for download here. SQLSite is an extension to CodeSite 2 from Raize Software which allows CodeSite messages to be sent from SQL Server Stored Procedures and Triggers. It comes as a collection of Extended Stored Procedures, which once installed into SQL Server, can be called like any other procedure from T-SQL.

|



Repost : IBSite 1.0

IBSite is available for download here. IBSite is an extension to CodeSite 2 from Raize Software which allows CodeSite messages to be sent from Interbase Stored Procedures and Triggers. It comes as a collection of UDF's (User Defined Functions), which once installed into Interbase, can be called like any other statement from Interbase SQL.

|