RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTableAttributes.CellPadding Property

Specifies the amount of space to leave around the contents of each cell in the HTML table.

Pascal
property CellPadding: Integer;
C++
__property int CellPadding;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!