Ends a header at the specified level
Source position: wformat.pp line 51
public procedure TFormattingWriter.HeaderEnd( |
Alevel: Integer |
); virtual; |
Alevel |
|
Header level (1 for top level, higher numbers for subheaders) |
Virtual method that ends header formatting at the specified level. Descendant classes should override this method to write format-specific header closing tags or formatting.
|
Begins a header at the specified level |
|
|
Writes a complete header at the specified level |