Unit 'HTML2TextRender' Package
[Overview][Classes][Procedures and functions][Index] [#lazutils]

THTML2TextRenderer.HorzLineMark

Represents a HR tag in the plaint text output.

Declaration

Source position: html2textrender.pas line 64

public property THTML2TextRenderer.HorzLineMark : string
  read fHorzLine
  write fHorzLine;

Description

HorzLineMark is used in the implementation of the HtmlTag method when a HR tag is encountered in the HTML content. The default value for the property is the UTF-8 characters '——————————————————' (Eighteen Hex #$2013 characters).


Version 4.4 Generated 2025-11-08 Home