Applies to
TPlusToHTML component
Declaration
property Title: string;
Description
This property controls the content of a title tag in generated html code. If set to a non empty value, a title tag with the following structure is generated:
<TITLE>Title</TITLe>
If Title is empty (its default value), no title 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.