IDE Run>Parameters Equivalent

Hi,

I need to pass a parameter when running Web Core from within the IDE. Can you please tell me how I can do this?

Thanks,

Ken

At this moment you cannot do this.
It is an interesting suggestion that we will consider to add.

Thanks.

Did anything happen regarding this?

In the project options, you can set URL params and you can check the URL params from the application with

function GetQueryParam(AName: string): string;
function HasQueryParam(AName: string; var AValue: string): boolean;

in WEBLib.WebTools.pas

Thanks. I knew about the two functions but didn't realise that there was a URL params setting in your options screen.