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

THTMLWriter.TagStart

Writes an opening HTML tag with optional attributes

Declaration

Source position: whtml.pp line 33

public procedure THTMLWriter.TagStart(

  const Name: string;

  const Attrs: string

);

Arguments

Name

  

HTML tag name

Attrs

  

HTML tag attributes string

Description

Writes an opening HTML tag to the output stream. If attributes are provided, they are included in the tag. This is a utility method used by other formatting methods to generate HTML markup.

See also

THTMLWriter.TagEnd

  

Writes a closing HTML tag


Documentation generated on: Jan 16 2026