Web.HTTPProd.THTMLTableAttributes.CellSpacing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CellSpacing: Integer read FCellSpacing write SetCellSpacing default -1;

C++

__property int CellSpacing = {read=FCellSpacing, write=SetCellSpacing, default=-1};

Properties

Type Visibility Source Unit Parent
property published
Web.HTTPProd.pas
Web.HTTPProd.hpp
Web.HTTPProd THTMLTableAttributes

Description

Specifies the amount of space to leave between cells in the HTML table.

Set CellSpacing to specify how many pixels of whitespace should appear between the cells in the table. A value of -1 indicates that the web browser should decide how to separate the cells of the HTML table.

Note: CellSpacing refers to the whitespace between cells in an HTML table, not the thickness of the lines drawn to separate rows and columns.

See Also