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

TlistType

Enumeration defining supported list types

Declaration

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

);

Description

TListType defines the types of lists that can be created using the TFormattingWriter class.

See also

TFormattingWriter.ListStart

  

Begins a list of the specified type

TFormattingWriter.WriteList

  

Writes a complete list from string list


Documentation generated on: Jan 27 2026