Web.DBWeb.TDSTableProducer.CaptionAlignment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CaptionAlignment: THTMLCaptionAlignment read FCaptionAlignment  write SetCaptionAlignment default caDefault;

C++

__property THTMLCaptionAlignment CaptionAlignment = {read=FCaptionAlignment, write=SetCaptionAlignment, default=0};

Properties

Type Visibility Source Unit Parent
property public
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb TDSTableProducer

Description

Specifies where the Caption string should appear relative to the HTML table. Set CaptionAlignment to specify whether the Caption should appear above or below the HTML table.

CaptionAlignment is the value of the ALIGN option on the HTML CAPTION tag.

See Also