Web.HTTPProd.TBasePageProducer.WebModuleContext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WebModuleContext: TWebModuleContext read GetWebModuleContext;

C++

__property System::TObject* WebModuleContext = {read=GetWebModuleContext};

Properties

Type Visibility Source Unit Parent
property public
Web.HTTPProd.pas
Web.HTTPProd.hpp
Web.HTTPProd TBasePageProducer

Description

Provides access to the Web module context object.

Use WebModuleContext to get access to the TWebModuleContext object. The TWebModuleContext object maintains a list of named variables that the producer uses when translating HTML-transparent tags.