Hi all,
I would like to create a secondary program which I will be calling from the primary. To do this I will use a function called (eg) LoadExecute('filename', parameter).
Now, this means that the secondary application must be able to receive this parameter.
I was thinking to do this by adding a create constructor to the declaration of the Form:
constructor create(param:string);
Alas, I seem unable to make this work. X-)
Any suggestions?
Thx,
Kristof
I would like to create a secondary program which I will be calling from the primary. To do this I will use a function called (eg) LoadExecute('filename', parameter).
Now, this means that the secondary application must be able to receive this parameter.
I was thinking to do this by adding a create constructor to the declaration of the Form:
constructor create(param:string);
Alas, I seem unable to make this work. X-)
Any suggestions?
Thx,
Kristof