How to Convert Delphi Forms to Text

Posted December 15th @ 9:29 pm by m3Rlin

You shouldn’t have too much problem opening a Delphi 4 form in Delphi 2 but you won’t have luck opening a 32 bit or C++ Builder form in Delphi 1. The only way is to save the file in text form. Delphi 5 can do this automatically but in all the previous versions you have [...]

How to use Delphi Parameters

Posted December 15th @ 3:50 pm by m3Rlin

Most Windows applications take parameters from the command line. Too bad that most users don’t even realize this, although DOS is almost forgotten, the command line can still provide useful functions.
Delphi is not a exception. You can modify your links to launch Delphi just the way you want it. Here are the parameters:
-ns - “No [...]