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

How to Create Control Arrays

Posted December 15th @ 1:55 pm by m3Rlin

Visual Basic allows programmers to create control arrays. If VB does, then how about Delphi? It sure does, but the whole idea is a bit different than in Visual Basic. You can do this to allow all controls to share a message handler (e.g. all the components can have an <i>OnClick</i> handler). For example, let’s [...]

« Previous EntriesNext Entries »