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

TTextWriter.Write

Writes text with line wrapping

Declaration

Source position: wtext.pp line 103

public procedure TTextWriter.Write(

  const AText: string

); override;

Arguments

AText

  

Text content to write

Description

Writes text content with automatic line wrapping at word boundaries.

Text is wrapped to fit within MaxLineLength and respects current indentation levels.

See also

MaxLineLength

  

Maximum line length for text wrapping


Documentation generated on: Mar 09 2026