Begins a new document
Source position: wformat.pp line 46
public procedure TFormattingWriter.DocumentStart( |
const Title: string |
); virtual; |
Title |
|
Document title |
Virtual method that begins a new document with the specified title. Descendant classes should override this method to write format-specific document headers or initialization code.
|
Ends the current document |