Begins document output with title
Source position: wtext.pp line 71
public procedure TTextWriter.DocumentStart( |
const Title: string |
); override; |
Title |
|
Document title to display |
Begins document generation and writes the document title if provided.
The title is underlined with equals signs (=) and followed by a blank line.
|
Completes document output |