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

THTML2TextRenderer.LinkEndMark

Represents an A end tag in the plain text output.

Declaration

Source position: html2textrender.pas line 66

public property THTML2TextRenderer.LinkEndMark : string
  read fLinkEnd
  write fLinkEnd;

Description

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

See also

THTML2TextRenderer.LinkBeginMark

  

Represents an A start tag in the plain text output.


Version 4.0 Generated 2025-05-03 Home