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

TContentEvent

Event type for content generation

Declaration

Source position: fpweb.pp line 104

type TContentEvent = procedure(

  Sender: TObject;

  Content: TStream

) of object;

Arguments

Sender

  

The object that triggered the event

Content

  

The stream to write content to

Description

Event type used for content generation callbacks. The event passes a content stream that can be written to.


Documentation generated on: Jan 27 2026