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

THTML2TextRenderer.MaxLineLen

Maximum number of characters allowed in a line output by the renderer.

Declaration

Source position: html2textrender.pas line 69

public property THTML2TextRenderer.MaxLineLen : Integer
  read fMaxLineLen
  write fMaxLineLen;

Description

The default value for the property is 80 (characters) as assigned in the Create constructor.

MaxLineLen is used when the AddOutput method checks the length of the generated output from the class.

Version info

Added in LazUtils version 4.0.


Version 4.0 Generated 2025-05-03 Home