Writes text with line wrapping
Source position: wtext.pp line 103
public procedure TTextWriter.Write( |
const AText: string |
); override; |
AText |
|
Text content to write |
Writes text content with automatic line wrapping at word boundaries.
Text is wrapped to fit within MaxLineLength and respects current indentation levels.
|
Maximum line length for text wrapping |