Get All Your Delphi 7 Shortcuts Saturday, Feb 10 2007 

It’s very inefficient if we do a lot of coding with Delphi but we don’t know or familiar with its shortcuts, especially for software developers.

It’s really..really time wasting consuming if we must do a lot of “homing” activity (moving our hand along mouse and keyboard) when we make some codes.

Is it possible to know all the available shortcuts lies beneath in Delphi ?

Look for the answer here »

Zoom-In and Zoom-out Text Saturday, Feb 3 2007 

In TRichEdit component, we can do some “Zoom-In” or “Zoom-Out” effect for the Text inside like we see in MS-Word application.  So, the text inside our application (TRichEdit) will looks giant “bigger” or tiny “smaller” with a certain key/mouse combination.

Actually, those text zoom-in or zoom-out feature is already supported by TRichEdit by default.

And how we use those feature ???

for further reading, please read this article : http://delphimiracles.blogspot.com/2007/01/zoom-in-and-zoom-out-text-in-trichedit_21.html