Unit 'CustWeb' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl]

TWebHandler.OnInitModule

Event for initializing HTTP modules before request processing

Declaration

Source position: custweb.pp line 107

public property TWebHandler.OnInitModule : TInitModuleEvent
  read FOnInitModule
  write FOnInitModule;

Description

Event called when an HTTP module is initialized before processing a request. Allows custom setup and configuration of module properties.

See also

TInitModuleEvent

  

Event type for HTTP module initialization


Documentation generated on: Jan 27 2026