Begins a table with specified columns and border
Source position: wformat.pp line 68
public procedure TFormattingWriter.TableStart( |
NoCols: Integer; |
Border: Boolean |
); virtual; |
NoCols |
|
Number of columns in the table |
Border |
|
True to display table border, False otherwise |
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.
|
Ends the current table |