Monthly Archives: September 2010

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

Hello! Again…

Almost 10 years ago, fgaillard.com, was where I used to publish some code, utilities and occasional articles. It was not pretty, it was not a blog, it was manually edited HTML for the most part. It needed serious work… But … Continue reading

Posted in General | 3 Comments