RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterGrid.TableAttributes Property

Determines the basic display characteristics of the table.

Pascal
property TableAttributes: TGridAttributes;
C++
__property TGridAttributes TableAttributes;

Use TableAttributes to specify values for the most common options on the HTML <TABLE> tag. TableAttributes lets you specify the alignment of the table in its HTML document, its color and border size, the offset of data within each table cell, as well as any custom options or style rules.

Note: To influence the display attributes of only the header of the grid, or only the rows in its body, use the TableAttributes or HeadingAttributes property instead.
 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!