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

TFormattingWriter.ListStart

Begins a list of the specified type

Declaration

Source position: wformat.pp line 80

public procedure TFormattingWriter.ListStart(

  ListType: TlistType

); virtual;

Arguments

ListType

  

Type of list to create

Description

Virtual method that begins a list of the specified type. Descendant classes should override this method to write format-specific list opening markup.

See also

TFormattingWriter.ListEnd

  

Ends a list of the specified type

TListType

  

Enumeration defining supported list types


Documentation generated on: Jan 16 2026