It’s been a while since I used Environment Variables in Delphi and I had to look it up. I have a loose rule that anything I have to look up, I want to share on my blog so that I can...
One problem with the TImage component is that it doesn’t natively support JPegs. JPeg just wasn’t as popular a format back in the early to mid nineties when the Delphi was first developed. Well, today that is a different story. Starting...
Concepts demonstrated: Registry Use (See procedure TfrmLoadHive.btnDisplayValueClick(Sender: TObject)) Hives & The Default User hive & .Default (See below) Executing another program from within a Delphi program (See procedure TfrmLoadHive.btnExecRegEditClick) Use of Process Token Privileges in Delphi (See below) RE: Hives The...
This was a brief introduction to Graphics programming that I wrote a few years back… The concepts are all good even if the links are not. 🙂 Many of the resources for Delphi graphics programming were disappearing even then. So this...
I’ve used this twice now. So I’ll add it here. Some PHP zealot stated that because PHP could be used in conjunction with AJAX, .NET was dead. I should have just let him go, but he was being so arrogant that he could only...
Here’s a quick demonstration of how easy programming is in Delphi. This small app allows you to copy text and past it again right away with it converted to proper case or upper case. This was written for a ZTree user that...
By now every Delphi programmer knows about this. But for all others, here you go: Borland has release the first version of Delphi, since Delphi 5 in 1999ish, that has been truely worth the upgrade price. Delphi 2006 (D9) pretty much...