OnURLRequest(aSender: TIWAppForm; aRequest: TWebRequest);

Arguments

aSender

The form instance that his event applies to.

aRequest

The HTTP request object used to make the request. Can be used to obtain HTTP query parameters, cookies, and more.

Description

For forms which are created as a response to a URL mapping , this event is called after construction.