[Overview][Classes][Procedures and functions][Index] Reference for unit 'HTML2TextRender' (#lazutils)

THTML2TextRenderer.LinkBeginMark

Represents an A start tag in the plain text output.

Declaration

Source position: html2textrender.pas line 65

public property THTML2TextRenderer.LinkBeginMark : string
  read fLinkBegin
  write fLinkBegin;

Description

LinkBeginMark is a String property used to represent the start of the plain text output for an HTML A tag. LinkEndMark is used to represent the end of the anchor. The value is added to the plain text output for the renderer in the HtmlTag method.

See also

THTML2TextRenderer.LinkEndMark

  

Represents an A end tag in the plain text output.


Version 4.0 Generated 2025-05-03 Home