RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDSTableProducer.TableHeader Method

Returns the HTML <Table> tag for the HTML table.

Pascal
function TableHeader: string; dynamic;
C++
__fastcall AnsiString TableHeader();

The table producer calls this protected method when it assembles its HTML table. TableHeader generates an HTML table tag (<Table>), using the TableAttributes property to determine what options are added to the tag. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!