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

THTMLWriter.ListEnd

Ends HTML list of specified type

Declaration

Source position: whtml.pp line 61

public procedure THTMLWriter.ListEnd(

  ListType: TlistType

); override;

Arguments

ListType

  

Type of HTML list being ended

Description

Ends an HTML list by writing the appropriate closing list tag. Uses the ListTags array to determine the correct closing tag.

See also

THTMLWriter.ListStart

  

Begins HTML list of specified type

TFormattingWriter.ListEnd

ListTags

  

HTML tags for different list types


Documentation generated on: Jan 16 2026