How to Obtain all Characters in Delphi 4+ IDE

Posted December 15th @ 4:12 pm by m3Rlin

Starting with Delphi 4 certain shortcuts have changes and/or been added that make it hard to put certain letters into the Code Editor or Object Inspector. For example the Polish letter “ś” is entered by pressing Alt + S. Well, Delphi doesn’t make this possible because Alt + S is already assigned as an IDE [...]

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 [...]

« Previous Entries