Web.DBWeb.TDSTableProducer.TableAttributes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TableAttributes: THTMLTableAttributes read FTableAttributes  write SetTableAttributes;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb 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