I was wondering if anyone knew how to call your delphi linux with parameters. For example ./DelphiLinux start
I was wondering if anyone knew how to call your delphi linux with parameters. For example ./DelphiLinux start
in this case start being a parameter to start the app.
Would anybody know how to do this on Delphi for linux ?
in this case start being a parameter to start the app.
Would anybody know how to do this on Delphi for linux ?
ParamStr and ParamCount: docwiki.embarcadero.com - System.ParamStr - RAD Studio API Documentation
ReplyDeleteShould work on all platforms, AFAICT
ReplyDeleteMarco Cantù Thank you soo much, exactly what I needed, works perfectly !
ReplyDelete