API:Web.DBXpressWeb.TSQLQueryTableProducer.Header

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Header;

C++

__property Header;

Properties

Type Visibility Source Unit Parent
property published
Web.DBXpressWeb.pas
Web.DBXpressWeb.hpp
Web.DBXpressWeb TSQLQueryTableProducer

Description

Specifies a set of HTML commands that appear in the HTML document preceding the HTML table.

Web.DBXpressWeb.TSQLQueryTableProducer.Header inherits from Web.DBWeb.TDSTableProducer.Header. All content below this line refers to Web.DBWeb.TDSTableProducer.Header.

Specifies a set of HTML commands that appear in the HTML document preceding the HTML table. Set Header to embed the representation of DataSet in a larger document. The Content method of TDSTableProducer descendants returns any Header commands, followed by the HTML table that represents the DataSet, followed by any Footer commands.

See Also