TPlusToHtml.DocType property
PlusMemo Help Send comments on this topic.
TPlusToHtml.DocType property

Glossary Item Box

 

Applies to

TPlusToHTML component

 

Declaration

property DocType: string;

 

Description

This property controls the content of a document type tag in generated html code.  If set to a non empty value, a document type tag with the following structure is generated:

 

'<!DOCTYPE HTML PUBLIC "' + DocType + '">')

 

If DocType is empty (its default value), no document type tag is generated.  Note also that this tag is absent when generating code only for a part of TPlusMemo content, like is done with property Selection if the selection des not encompass all the text.