Execute

<< Click to Display Table of Contents >>

Navigation:  Classes > TContentBase > Methods >

Execute

Execute [Protected]

 

Declaration: function Execute(aRequest: THttpRequest; aReply: THttpReply; const aPathname: string; aSession: TIWApplication; aParams: TStrings): boolean;

 

Description: This method is called by IntraWeb server when the application passes the request to the content handler. Descendant classes must override this method in order to respond to the request.

 

Parameters:

 

• aRequest (THttpRequest): The request object received

 

• aReply (THttpReply): The THttpReply object used to respond

 

• aPathname (string): The URL path of the request

 

• aSession (TIWApplication): The TIWApplication instance

 

• aParams (TStrings): The request parameters object

 

Result: Should return TRUE if the request was successfully handled