Web.Stencils.TWebStencilsProcessor.BeforeProduce

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also