TRVHTMLReaderProperties.ReadDocParameters

<< Click to display table of contents >>

TRVHTMLReaderProperties.ReadDocParameters

Allows reading title, author, and description from HTML.

property ReadDocParameters: Boolean;

(introduced in version 21)

These properties can be read only when loading HTML; when inserting or pasting HTML, they are always ignored.

The result is assigned to the following properties of TRichView.DocParameters control:

Title (from <title>)

Comments (from <meta name="description">'s content)

Author (from <meta name="author">'s content)

 

Default value:

False