Writes a complete list from string list
Source position: wformat.pp line 86
public procedure TFormattingWriter.WriteList( |
ListType: TlistType; |
List: TStrings |
); |
ListType |
|
Type of list to create |
List |
|
String list containing list items |
Convenience method that writes a complete list from a TStrings object. For definition lists, strings should contain name=value pairs where the name is separated from the value by an equals sign.
|
Begins a list of the specified type |
|
|
Ends a list of the specified type |
|
|
Creates a complete list item with text |
|
|
Creates a definition list item with name and description |
|
|
Enumeration defining supported list types |