Web.HTTPProd.THTMLTableAttributes.Align

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Align: THTMLAlign read FAlign write SetAlign default haDefault;

C++

__property THTMLAlign Align = {read=FAlign, write=SetAlign, default=0};

Properties

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

Description

Specifies the alignment of the table within the HTML document.

Set Align to indicate the desired alignment of the table within the HTML document, or within the cell of a surrounding HTML table object. Align indicates the desired value of the Align option of the HTML table tag.

The default value of Align is haDefault, which means the web browser that reads the HTML document positions the HTML table where it wants.

See Also