Begins list with specified type
Source position: wtext.pp line 95
public procedure TTextWriter.ListStart( |
ListType: TlistType |
); override; |
ListType |
|
Type of list (ordered or unordered) |
Begins a list with the specified type and increases indentation by 4 spaces.
List items are formatted with numbers for ordered lists or bullets for unordered lists.
|
Completes list and reduces indentation |