Begins HTML table with optional border
Source position: whtml.pp line 52
public procedure THTMLWriter.TableStart( |
NoCols: Integer; |
Border: Boolean |
); override; |
NoCols |
|
Number of columns (not used in HTML implementation) |
Border |
|
True to add BORDER=1 attribute to table |
Begins an HTML table by writing the TABLE opening tag. If border is True, includes the BORDER=1 attribute.
|
Ends HTML table |
|