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

TFormattingWriter.ListItem

Creates a complete list item with text

Declaration

Source position: wformat.pp line 84

public procedure TFormattingWriter.ListItem(

  const AText: string

);

Arguments

AText

  

Text content for the list item

Description

Convenience method that creates a complete list item by calling ListItemStart, writing the text, and calling ListItemEnd.

See also

TFormattingWriter.ListItemStart

  

Begins a new list item

TFormattingWriter.ListItemEnd

  

Ends the current list item


Documentation generated on: Jan 16 2026