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

THTML2TextRenderer.LineEndMark

Defines the end-of-line character sequence.

Declaration

Source position: html2textrender.pas line 62

public property THTML2TextRenderer.LineEndMark : string
  read fLineEndMark
  write fLineEndMark;

Description

LineEndMark is a String property which contains the end-of-line character sequence inserted in the plain text output for the renderer. By convention, the default value for the property is the value from the LineEnding constant defined for the platform or OS. The value is inserted in the renderer output in the AddOutput method.

See also

LineEnding


Version 4.0 Generated 2025-05-03 Home