TSizeGrip

You are currently browsing articles tagged TSizeGrip.

It’s funny how this happens.  I was already intending to write about the way I have exploited like-type names to my advantage, and then noticed that the same subject cropped up recently in the re-invented Delphi forums.  In that instance, the issue though was a problem, and one that I’m sure many will be familiar with:  When is a TBitmap not a TBitmap?

In my case, the question is: When is a TForm not TForm?

Read the rest of this entry »

One control that I have not seen in the line-up of new controls in the VCL for Tiburón is a size grip.

Most people may not even realise that this control exists, even though it is part of Windows itself and is really quite useful.  Fortunately, implementing it ourselves is truly trivial.

Read the rest of this entry »