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