Unit 'wtex' Package
[Overview][Constants][Classes][Index] [#fcl]

TTexWriter.TableStart

Begins LaTeX tabular environment

Declaration

Source position: wtex.pp line 57

public procedure TTexWriter.TableStart(

  NoCols: Integer;

  Border: Boolean

); override;

Arguments

NoCols

  

Number of table columns

Border

  

Border flag (not used in LaTeX implementation)

Description

Begins a LaTeX tabular environment with column specifications. Generates column specification with left-aligned columns (l) based on the number of columns specified.

See also

TTexWriter.TableEnd

  

Ends LaTeX tabular environment

TFormattingWriter.TableStart


Documentation generated on: Jan 16 2026