API:Bde.DBBdeWeb.TQueryTableProducer.TableAttributes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TableAttributes: THTMLTableAttributes read FTableAttributes write SetTableAttributes;

C++

__property TableAttributes;

Properties

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

Description

Specifies the display attributes that pertain to the entire HTML table produced by TDSTableProducer.

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

Specifies the display attributes that pertain to the entire HTML table produced by TDSTableProducer. Set TableAttributes to a THTMLTableAttributes object that describes the display attributes for the HTML TABLE tag. Setting TableAttributes calls the Assign method of the THTMLTableAttributes object stored internally by TDSTableProducer. Thus, the memory for any table attributes object assigned to the TableAttributes property is never owned or freed by TDSTableProducer.

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

See Also