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

TMarkdownWriter.TableStart

Begins Markdown table with pipe separators

Declaration

Source position: wmarkdown.pp line 70

public procedure TMarkdownWriter.TableStart(

  NoCols: Integer;

  Border: Boolean

); override;

Arguments

NoCols

  

Number of columns in the table

Border

  

Border flag (currently unused)

Description

Begins a Markdown table with the specified number of columns.

Table cells are separated with pipe symbols (|) and header rows are automatically underlined.

See also

TableEnd

  

Completes table output


Documentation generated on: Mar 09 2026