About the author
I recently created some experts for Delphi that can increase your productivity. 1) Region Expert Select a block of text, then press Ctrl D. The expert prompts you to enter a name, then surrounds the block of text using the {$REGION} directive. 2) Comment Expert Select a block of text, then press Alt /. The expert then preceeds the block of code with //. 3) XML comments Expert Enter 3 / before a routine declaration, and the expert creates XML-styled comments for you.
PS: You need to wait for the GIFs to complete loading. Otherwise, the expert appears very sluggish. Once the GIFs finished loading, it replays again, and you can see the actual speed of the expert, which is very fast!
A month ago, I introduced the Productivity Experts . Since then, I'm glad to report that I've
This article discusses the new Delphi 8 property access specifiers.
Continued discussion of undocumented Delphi 8 Property Access Specifiers, and other ways of adding and removing delegates / events handlers, including clearing the list of all the delegates / event handlers.