DBWeb.TDSTableProducer.TableAttributes

From RAD Studio VCL Reference
Jump to: navigation, search

C++ Information

From DBWeb.hpp

	__property Httpprod::THTMLTableAttributes * TableAttributes = {read=FTableAttributes,write=SetTableAttributes};


Unit: DBWeb

Type: property

Visibility: public

Member Of: TDSTableProducer

Description

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

Personal tools
Translations
Newest Version