Run Time Parameter question/help.

From: Ian Branch (branch_at_sitathome.net)
Date: 10/30/04


Date: Sat, 30 Oct 2004 15:49:17 +1000

Hi Guys,

        Umm, this is probably very easy but I can't find it.

        How do I pass/detect a parameter to an application at runtime?

        e.g. If I want to pass a string to a dialogue box, DB1, in my application.

        I thought it should be as simple as..

        c:\testapp parameter

        .....

        within testapp...

        ..
        db1.caption := testapp.param[1];
        ..

        But no go

        What am I missing?

Regards & TIA,

Ian