[Overview][Classes][Procedures and functions][Index] Reference for unit 'HTML2TextRender' (#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.0 Generated 2025-05-03 Home