[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fphtml.pp line 361
type THTMLPageProducer = class(THTMLCustomPageProducer) |
published |
property OnWriteHeader: TWriterEvent; |
property OnWriteVisualHeader: TWriterEvent; |
property OnWriteVisualBody: TWriterEvent; |
property OnWriteVisualFooter: TWriterEvent; |
property HeaderProducer: THTMLContentProducer; |
property VisualHeaderProducer: THTMLContentProducer; |
property VisualBodyProducer: THTMLContentProducer; |
property VisualFooterProducer: THTMLContentProducer; |
end; |
| |
| |
| |
| |
| |
TObject |