(Free Pascal does have a good RAD, it is called Lazarus; http://lazarus.freepascal.org)
One of the worries of .NET is not just the size (or any VM that you don't hard package with your app) of the download, but also the support angle: if your program depends on packages that are finely versioned beyond your control (not only .NET with all its SPs and hotfixes, but also DAC, MSXML, MSVCRT if you plug some C++ code etc), how do you manage that supportwise ?
The Delphi single exe model is still one of the major attractions of that platform. Sure, you can have dependancies there too (said MSXML though there are alternatives), but at least you don't really start out with them.
