RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQueryTableProducer.Footer Property

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

Pascal
property Footer: TStrings;
C++
__property TStrings Footer;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!