Creates a new HTML writer instance
Source position: whtml.pp line 32
public constructor THTMLWriter.Create( |
AStream: TStream |
); override; |
AStream |
|
Output stream for HTML content |
Creates a new THTMLWriter instance that will write HTML output to the specified stream. This constructor calls the inherited constructor to initialize the base formatting writer.