RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDSTableProducer.RowHeader Method

Returns the HTML <TR> tag that defines each row of the HTML table.

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

The table producer calls this protected method for each row when it assembles its HTML table. RowHeader generates an HTML table row tag (<TR>), using the RowAttributes property to determine what options are added to the tag. 

 

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