Web.DBWeb.THTMLTableColumn.Align

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Align: THTMLAlign read FAlign write SetAlign default haDefault;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb THTMLTableColumn

Description

Specifies the horizontal alignment of the contents of the cells in the column.

Set Align to indicate the desired horizontal alignment of text in the cells of the column. Align indicates the desired value of the Align option of the HTML TD tag.

The default value of Align is haDefault, which means the web browser that reads the HTML document horizontally positions the contents of cells at will.

See Also