Web.HTTPProd.THTMLTableAttributes.CellPadding

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CellPadding: Integer read FCellPadding write SetCellPAdding default -1;

C++

__property int CellPadding = {read=FCellPadding, write=SetCellPadding, 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 around the contents of each cell in the HTML table.

Set CellPadding to specify how many pixels of whitespace should appear between a cell's contents and the edges of the cell. A value of -1 indicates that the web browser should decide how to pad the cells of the HTML table.

See Also