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

TFPWebAction.Contents

Static content to serve when the action is executed

Declaration

Source position: fpweb.pp line 51

published property TFPWebAction.Contents : TStrings
  read GetContents
  write SetContents;

Description

Contains static text content that will be served when this action is executed. If the action's OnRequest event does not handle the request, this content will be returned to the client.

See also

OnRequest

  

Event handler called when this action is executed

Template

  

Template for dynamic content generation


Documentation generated on: Jan 27 2026