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

THTMLWriter.TagEnd

Writes a closing HTML tag

Declaration

Source position: whtml.pp line 34

public procedure THTMLWriter.TagEnd(

  const Name: string

);

Arguments

Name

  

HTML tag name

Description

Writes a closing HTML tag to the output stream. This is a utility method used by other formatting methods to generate HTML markup.

See also

THTMLWriter.TagStart

  

Writes an opening HTML tag with optional attributes


Documentation generated on: Jan 16 2026