Creates a complete list item with text
Source position: wformat.pp line 84
public procedure TFormattingWriter.ListItem( |
const AText: string |
); |
AText |
|
Text content for the list item |
Convenience method that creates a complete list item by calling ListItemStart, writing the text, and calling ListItemEnd.
|
Begins a new list item |
|
|
Ends the current list item |