Category Archives: Delphi

Won’t Heed Hints? Get Errors!

One of my pet peeves, as you may already know, is leaving memory leaks in “final” code. Another one is leaving compiler Hints and Warnings. When doing a fresh build, there should be no Hints and no Warnings. Period. No … Continue reading

Posted in Delphi, Quality | Tagged , , , , , | 13 Comments

A New Job

Friday was my last day at WideOrbit. I’m leaving a bunch of good people whom I’ve got to know and appreciate over the last 5+ years. So, I’m a little bit sad but at the same time very excited to … Continue reading

Posted in Delphi, Jobs, Personal | Tagged , , | 7 Comments

CodeCamp 2010 = Awesome!

I spent the day on the Foothill College campus in Los Altos for the 2010 edition of the Silicon Valley Code Camp. And I plan to return tomorrow! We had a wonderful weather, lots of food-for-thought andĀ abundanceĀ of pizzas. And best … Continue reading

Posted in Conference, Delphi, General | Tagged , , , | 1 Comment

Implicit vs Explicit Call to inherited

When overriding a method, you have the choice to call the ancestor method implicitly with the inherited keyword alone or with also the method name and its parameters if any. Does it make a difference? Why choose one or the … Continue reading

Posted in Coding standard, Delphi | Tagged , , | 13 Comments

Using Richedit 4.1 with D2010

Why Starting with Windows Vista, the OS offers a lot of features and improvements to the embedded Speech capabilities that are directly available for free to the Delphi developer, as I have shown in my CodeRage and DelphiLive sessions. But … Continue reading

Posted in Delphi, VCL | Tagged , , , , | 5 Comments