Here's some stuff I've written in Delphi 5. Source code is provided for all these components. I only work on these files when I'm in the mood, so they don't get updated very often. If you make any useful changes to the source code or find any bugs, could you inform me so that I can integrate the changes with my code?
| Demo? | Updated | Delphi version | |
| TLCDLabel - An LCD display component. I didn't write this myself, you can find the original version here, I've just updated it so it works with Delphi 7 | No | Jun 2003 | 7 |
| TStopwatch - A stopwatch component. Requires the TLCDLabel component. Used in the Stopwatch application | No | Apr 2001 | 5, 6, 7 |
| TToolhelpSnapshot - A wrapper around some of the Windows Toolhelp functionality. This won't work with NT4. Now allows processes to be killed | No | Feb 2001 | 5 |
| TFileVersionInfo - A component to get the version information from EXEs, DLLs etc. | No | Dec 1999 | 5 |
| TWebLabel - A label that will take the user to a webpage using the default browser. Simply set the Webpage property | Yes | Dec 1999 | 5 |
| TIPControl - A wrapper round the Windows IP address control | No | Oct 1999 | 5 |
| TColourButton and TOwnerDrawButton - A coloured button control and the owner-draw button from which it derives | Yes | Feb 1999 | 5 |