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

TFormattingWriter.TableStart

Begins a table with specified columns and border

Declaration

Source position: wformat.pp line 68

public procedure TFormattingWriter.TableStart(

  NoCols: Integer;

  Border: Boolean

); virtual;

Arguments

NoCols

  

Number of columns in the table

Border

  

True to display table border, False otherwise

Description

Virtual method that begins a table with the specified number of columns and optional border. Descendant classes should override this method to write format-specific table opening markup.

See also

TFormattingWriter.TableEnd

  

Ends the current table


Documentation generated on: Jan 16 2026