Web.Stencils.TWebStencilsProcessor.AfterProduce
Delphi
property AfterProduce: TNotifyEvent read FAfterProduce write FAfterProduce;
C++
__property System::Classes::TNotifyEvent AfterProduce = {read=FAfterProduce, write=FAfterProduce};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | Web.Stencils.pas Web.Stencils.hpp |
Web.Stencils | TWebStencilsProcessor |
Description
The event is fired after the processor has finished processing the template.
Use WebRequest and ProcessorRequest properties to check the context.