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

ListTags

HTML tags for different list types

Declaration

Source position: whtml.pp line 79

const ListTags: array [TListType] of string$_2$7 = ('OL', 'UL', 'DL');

Description

ListTags is an array constant that maps TListType enumeration values to their corresponding HTML list tags. Contains 'OL' for numbered lists, 'UL' for ordered lists, and 'DL' for definition lists.

See also

TListType

THTMLWriter.ListStart

  

Begins HTML list of specified type

THTMLWriter.ListEnd

  

Ends HTML list of specified type


Documentation generated on: Aug 28 2026 Report a problem on this page