Specifying the Row Attributes

From RAD Studio
Jump to: navigation, search

Go Up to Representing a Dataset in HTML


Similar to the table attributes, you can specify the alignment and background color of cells in the rows of the table that display data. The RowAttributes property is a Web.HTTPProd.THTMLTableRowAttributes object.

At design time, specify these properties using the Object Inspector by expanding the RowAttributes property. You can also specify these properties programmatically at run time.

You can also adjust the number of rows shown in the HTML table by setting the MaxRows property.

See Also