Web.DSProd.TCustomDataSetPageProducer.Content

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Content: string; override;

C++

virtual System::UnicodeString __fastcall Content();

Properties

Type Visibility Source Unit Parent
function public
Web.DSProd.pas
Web.DSProd.hpp
Web.DSProd TCustomDataSetPageProducer

Description

Returns the translated HTML template.

Call Content to get the HTML commands that result from converting the HTML template. Content reads the template from HTMLDoc or HTMLFile, depending on which property is set. Content replaces each tag in the template that has the form <#Fieldname> with the value of the field in DataSet that has the specified name. Any HTML-transparent tags in the template that do not have tag names which match a field in DataSet are passed on to the OnHTMLTag event handler.

See Also