Bde.DBBdeWeb.TQueryTableProducer.Footer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Footer: TStrings read FFooter write SetFooter;

C++

__property Footer;

Properties

Type Visibility Source Unit Parent
property published
Bde.DBBdeWeb.pas
Bde.DBBdeWeb.hpp
Bde.DBBdeWeb TQueryTableProducer

Description

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

Bde.DBBdeWeb.TQueryTableProducer.Footer inherits from Web.DBWeb.TDSTableProducer.Footer. All content below this line refers to Web.DBWeb.TDSTableProducer.Footer.

Specifies a set of HTML commands that appear in the HTML document following the HTML table. Set Footer 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