Unit 'wformat' Package
[Overview][Constants][Types][Classes][Index] [#fcl]

TFormattingWriter.WriteList

Writes a complete list from string list

Declaration

Source position: wformat.pp line 86

public procedure TFormattingWriter.WriteList(

  ListType: TlistType;

  List: TStrings

);

Arguments

ListType

  

Type of list to create

List

  

String list containing list items

Description

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.

See also

TFormattingWriter.ListStart

  

Begins a list of the specified type

TFormattingWriter.ListEnd

  

Ends a list of the specified type

TFormattingWriter.ListItem

  

Creates a complete list item with text

TFormattingWriter.DefinitionItem

  

Creates a definition list item with name and description

TListType

  

Enumeration defining supported list types


Documentation generated on: Jan 16 2026