Web.HTTPProd.THTMLTableAttributes.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Integer read FWidth write SetWidth default 100;

C++

__property int Width = {read=FWidth, write=SetWidth, default=100};

Properties

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

Description

Specifies the width of the entire HTML table.

Set Width to indicate the desired width of the HTML table as a percentage of the width of the web browser window. If the value of Width is too small for the contents of the table, the web browser will ignore this property.

The default value of Width is 100, meaning the table will span the entire browser window. In this case, the value of the Align property is meaningless.

See Also