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

THTMLWriter.TableStart

Begins HTML table with optional border

Declaration

Source position: whtml.pp line 52

public procedure THTMLWriter.TableStart(

  NoCols: Integer;

  Border: Boolean

); override;

Arguments

NoCols

  

Number of columns (not used in HTML implementation)

Border

  

True to add BORDER=1 attribute to table

Description

Begins an HTML table by writing the TABLE opening tag. If border is True, includes the BORDER=1 attribute.

See also

THTMLWriter.TableEnd

  

Ends HTML table

TFormattingWriter.TableStart


Documentation generated on: Jan 16 2026