Unit 'WText' Package
[Overview][Classes][Index] [#fcl]

TTextWriter.Create

Creates a new text writer instance

Declaration

Source position: wtext.pp line 67

public constructor TTextWriter.Create(

  AStream: TStream

); override;

Arguments

AStream

  

Output stream for the generated text

Description

Creates a new TTextWriter instance that writes to the specified stream.

The constructor initializes MaxLineLength to 72 characters (standard email width) and sets up internal buffers for line wrapping and table formatting.

See also

MaxLineLength

  

Maximum line length for text wrapping


Documentation generated on: Mar 10 2026