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 »

OLAP Components Saturday, Feb 3 2007 

Are you looking for OLAP components ?

Try to step by @ http://www.contourcomponents.com/

You can find some OLAP VCL and ActiveX there.

I’ve try that component and my comment is “awesome

Another Way to Draw Tiled Image to a Canvas Saturday, Feb 3 2007 

Do you want to draw a counted tiling image on a canvas ?

Tiling in both axes : TileX (tile horizontally = columns) and TileY (tile vertically = rows)

Eg: TileX = 3, TileY = 3, so we draw a 3×3 tiled image on a canvas

If you do, so take a look on this reading : http://delphimiracles.blogspot.com/2007/02/another-way-to-draw-tiled-image-to.html

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