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
How to free more space on your home drive by redirecting the location for SDKs in RAD Studio
Learn the command line used to compile System.pas in Delphi
A method to design records so that they're allocated on a specific byte boundary, such as 16 bytes, 512 bytes, 4096 bytes, etc.
Learn why the map is cool in Go!