Web.Stencils.TWebStencilsProcessor.AfterProduce

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also