Writes complete list item with text
Source position: wtext.pp line 99
public procedure TTextWriter.ListItem( |
const AText: string |
); |
AText |
|
Text content of the list item |
Writes a complete list item with the specified text.
This is a convenience method that calls ListItemStart, Write, and ListItemEnd in sequence.
|
Begins list item with numbering or bullet |
|
|
Completes list item |
|
|
Writes text with line wrapping |