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

THTMLWriter.DocumentStart

Begins an HTML document

Declaration

Source position: whtml.pp line 36

public procedure THTMLWriter.DocumentStart(

  const Title: string

); override;

Arguments

Title

  

HTML document title

Description

Begins an HTML document by writing the HTML, TITLE, and BODY opening tags. The title is written into the HTML TITLE element.

See also

THTMLWriter.DocumentEnd

  

Ends the HTML document

TFormattingWriter.DocumentStart


Documentation generated on: Jan 16 2026