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

TFormattingWriter.ListEnd

Ends a list of the specified type

Declaration

Source position: wformat.pp line 75

public procedure TFormattingWriter.ListEnd(

  ListType: TlistType

); virtual;

Arguments

ListType

  

Type of list being ended

Description

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

See also

TFormattingWriter.ListStart

  

Begins a list of the specified type

TListType

  

Enumeration defining supported list types


Documentation generated on: Aug 28 2026 Report a problem on this page