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

THTMLWriter.ListStart

Begins HTML list of specified type

Declaration

Source position: whtml.pp line 60

public procedure THTMLWriter.ListStart(

  ListType: TlistType

); override;

Arguments

ListType

  

Type of HTML list to create

Description

Begins an HTML list by writing the appropriate list tag. Uses OL for numbered lists, UL for ordered lists, and DL for definition lists based on the ListTags array.

See also

THTMLWriter.ListEnd

  

Ends HTML list of specified type

TFormattingWriter.ListStart

ListTags

  

HTML tags for different list types


Documentation generated on: Jan 16 2026