TRVHTMLReaderProperties.IDAsCheckpoints

<< Click to display table of contents >>

TRVHTMLReaderProperties.IDAsCheckpoints

Specifies whether "id" attributes of HTML tags are loaded as checkpoints.

property BasePathLinks: Boolean;

(introduced in version 21)

In HTML documents, link destination anchors may be created using:

<a> tag with "name" attribute

any tag with "id" attribute

If IDAsCheckpoints = True: the both options are loaded as checkpoints.

If IDAsCheckpoints = False: only <a> tags are loaded as checkpoint.

Default value:

True