Begins ASCII table with specified columns
Source position: wtext.pp line 87
public procedure TTextWriter.TableStart( |
NoCols: Integer; |
Border: Boolean |
); override; |
NoCols |
|
Number of columns in the table |
Border |
|
Border flag (currently unused) |
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.
|
Completes table output |