RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLQueryTableProducer.RowAttributes Property

Specifies the display attributes of all the rows in the HTML table.

Pascal
property RowAttributes: THTMLTableRowAttributes;
C++
__property THTMLTableRowAttributes RowAttributes;

Set RowAttributes to a THTMLTableRowAttributes object that describes the display attributes of the rows in the HTML table. Setting RowAttributes calls the Assign method of the THTMLTableRowAttributes object stored internally by TDSTableProducer. Thus, the memory for any row attributes object assigned to the RowAttributes property is never owned or freed by TDSTableProducer.

Note: Not all the properties of the row attributes object are copied when one row attributes object is assigned to another. To ensure that all the attributes represented by RowAttributes are set appropriately, read RowAttributes and set the individual properties of the THTMLTableRowAttributes object.
 

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