Unit 'whtml' Package
[Overview][Constants][Classes][Index] [#fcl]

THTMLWriter.Create

Creates a new HTML writer instance

Declaration

Source position: whtml.pp line 32

public constructor THTMLWriter.Create(

  AStream: TStream

); override;

Arguments

AStream

  

Output stream for HTML content

Description

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.

See also

TFormattingWriter.Create


Documentation generated on: Jan 16 2026