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

TCustomFPWebModule.Response

The current HTTP response being generated

Declaration

Source position: fpweb.pp line 154

public property TCustomFPWebModule.Response : TResponse
  read FResponse;

Description

Provides access to the HTTP response currently being generated. This property is only valid during request processing and is set to nil when no request is active.

See also

TResponse

Request

  

The current HTTP request being processed


Documentation generated on: Jan 27 2026