Event type for content generation
Source position: fpweb.pp line 104
type TContentEvent = procedure( |
Sender: TObject; |
Content: TStream |
) of object; |
Sender |
|
The object that triggered the event |
Content |
|
The stream to write content to |
Event type used for content generation callbacks. The event passes a content stream that can be written to.