Unit 'fpHTTP' Package
[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TWebActionEvent

Event handler for web action processing

Declaration

Source position: fphttp.pp line 33

type TWebActionEvent = procedure(

  Sender: TObject;

  ARequest: TRequest;

  AResponse: TResponse;

  var Handled: Boolean

) of object;

Arguments

Sender

  

Object that triggered the event

ARequest

  

HTTP request object

AResponse

  

HTTP response object

Handled

  

Indicates if the request has been handled

Description

TWebActionEvent is an event type for handling web action processing before or after request handling.


Documentation generated on: Jan 27 2026