Unit 'WText' Package
[Overview][Classes][Index] [#fcl]

TTextWriter.ListStart

Begins list with specified type

Declaration

Source position: wtext.pp line 95

public procedure TTextWriter.ListStart(

  ListType: TlistType

); override;

Arguments

ListType

  

Type of list (ordered or unordered)

Description

Begins a list with the specified type and increases indentation by 4 spaces.

List items are formatted with numbers for ordered lists or bullets for unordered lists.

See also

ListEnd

  

Completes list and reduces indentation


Documentation generated on: Mar 10 2026