Bde.DBBdeWeb.TQueryTableProducer.RowAttributes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RowAttributes: THTMLTableRowAttributes read FRowAttributes write SetRowAttributes;

C++

__property RowAttributes;

Properties

Type Visibility Source Unit Parent
property published
Bde.DBBdeWeb.pas
Bde.DBBdeWeb.hpp
Bde.DBBdeWeb TQueryTableProducer

Description

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

Bde.DBBdeWeb.TQueryTableProducer.RowAttributes inherits from Web.DBWeb.TDSTableProducer.RowAttributes. All content below this line refers to Web.DBWeb.TDSTableProducer.RowAttributes.

Specifies the display attributes of all the rows in the HTML table. 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.

See Also