Web.Stencils.TWebStencilsProcessor.Engine

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Engine: TWebStencilsEngine read FEngine write SetEngine;

C++

__property TWebStencilsEngine* Engine = {read=FEngine, write=SetEngine};

Properties

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

Description

Specifies the engine to inherit the data variables, event handlers, file system path processing, etc.

Some of the local event handlers and configuration settings can be specified in the engine rather than in individual processor components.

See Also