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

TTextWriter.TableStart

Begins ASCII table with specified columns

Declaration

Source position: wtext.pp line 87

public procedure TTextWriter.TableStart(

  NoCols: Integer;

  Border: Boolean

); override;

Arguments

NoCols

  

Number of columns in the table

Border

  

Border flag (currently unused)

Description

Begins an ASCII-formatted table with the specified number of columns.

Table cells are separated with vertical bars (|) and header rows are underlined with dashes.

See also

TableEnd

  

Completes table output


Documentation generated on: Mar 10 2026