Web.Stencils.TWebStencilsProcessor.OnFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnFile: TWebStencilsFileEvent read FOnFile write FOnFile;

C++

__property TWebStencilsFileEvent OnFile = {read=FOnFile, write=FOnFile};

Properties

Type Visibility Source Unit Parent
event published
Web.Stencils.pas
Web.Stencils.hpp
Web.Stencils TWebStencilsProcessor

Description

This event is fired when the processor needs to load a file.

The event handler may provide custom content for the requested file. When the event handler is not specified,Engine.OnFile is called.

See Also