Jump to content

app with parameters


jahlxx

Recommended Posts

call your isapi-dll like this:    www.domain.com/unigui.dll?user_id=123&more=this&trallalaa=123

 

procedure TMainForm.UniFormCreate(Sender: TObject);
var
  user_id:String;
...
begin

user_id:=UniApplication.Parameters.Values['user_id'];

hth

erich

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...