Creates a new text writer instance
Source position: wtext.pp line 67
public constructor TTextWriter.Create( |
AStream: TStream |
); override; |
AStream |
|
Output stream for the generated text |
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.
|
Maximum line length for text wrapping |