Online Documentation for Advanced Data Export for RAD Studio VCL

TQExport4HTML.InterpretTags

 

TQExport4HTML                


property InterpretTags: boolean;

 

Description

If property InterpretTags is true then all special symbols <, >, ", & found in exported data (text) will be replaced with corresponding &lt; &gt; &quot; &amp; ones.

 


See also:

HTMLOptions property

TableOptions property

LoadTemplateFromFile method

SaveTemplateToFile method

THTMLTemplate type