Enumeration defining supported list types
Source position: wformat.pp line 30
type TlistType = ( |
||
ltNumbered, |
|
Numbered list with numeric indices |
ltOrdered, |
|
Ordered list with bullets or markers |
ltDefinition |
|
Definition list with name-value pairs |
); |
TListType defines the types of lists that can be created using the TFormattingWriter class.
|
Begins a list of the specified type |
|
|
Writes a complete list from string list |