Unit 'HTTPDefs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TResponseEvent

Event procedure type for HTTP response handling

Declaration

Source position: httpdefs.pp line 695

type TResponseEvent = procedure(

  Sender: TObject;

  AResponse: TResponse

) of object;

Arguments

Sender

  

Object that triggered the response event

AResponse

  

HTTP response object being handled

Description

TResponseEvent is an event type for handling HTTP response processing. It provides access to the response object during various stages of response generation.


Documentation generated on: Jan 16 2026