RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetPageProducer.Content Method

Returns the translated HTML template.

Pascal
function Content: string; override;
C++
virtual __fastcall AnsiString Content();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!