Web.HTTPProd.THTMLTableAttributes.Border

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Border: Integer read FBorder write SetBorder default -1;

C++

__property int Border = {read=FBorder, write=SetBorder, default=-1};

Properties

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

Description

Specifies the thickness of the border drawn around the HTML table.

Set Border to specify whether a border should be drawn around the table, and if so, how thick it should be. The thickness specified by any particular value of border depends on the web browser that views the HTML table. For any browser, however, larger numbers indicate thicker borders. A value of -1 indicates that no border should be drawn around the table.

See Also