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

TInitModuleEvent

Event for module initialization

Declaration

Source position: fphttp.pp line 113

type TInitModuleEvent = procedure(

  Sender: TObject;

  ARequest: TRequest

) of object;

Arguments

Sender

  

Object that triggered the event

ARequest

  

HTTP request being processed

Description

TInitModuleEvent is triggered when an HTTP module is initialized for request processing.


Documentation generated on: Jan 27 2026