Ends HTML list of specified type
Source position: whtml.pp line 61
public procedure THTMLWriter.ListEnd( |
ListType: TlistType |
); override; |
ListType |
|
Type of HTML list being ended |
Ends an HTML list by writing the appropriate closing list tag. Uses the ListTags array to determine the correct closing tag.
|
Begins HTML list of specified type |
|
|
HTML tags for different list types |