Unit 'fpWeb' Package
[Overview][Resource strings][Types][Classes][Index] [#fcl]

TCustomFPWebModule.BeforeRequest

Event called before request processing

Declaration

Source position: fpweb.pp line 145

public property TCustomFPWebModule.BeforeRequest : TRequestEvent
  read FBeforeRequest
  write FBeforeRequest;

Description

Event triggered before the main request processing begins. This can be used for request preprocessing, authentication, or logging.

See also

TRequestEvent

AfterResponse

  

Event called after response processing


Documentation generated on: Jan 27 2026