Begins HTML list of specified type
Source position: whtml.pp line 60
public procedure THTMLWriter.ListStart( |
ListType: TlistType |
); override; |
ListType |
|
Type of HTML list to create |
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.
|
Ends HTML list of specified type |
|
|
HTML tags for different list types |