MidItems.TCustomDataGrid.TableAttributes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TableAttributes: TGridAttributes read FTableAttributes  write SetTableAttributes;

C++

__property TGridAttributes* TableAttributes = {read=FTableAttributes, write=SetTableAttributes};

Properties

Type Visibility Source Unit Parent
property public
MidItems.pas
MidItems.hpp
MidItems TCustomDataGrid

Description

Determines the basic display characteristics of the table.

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.

See Also

Personal tools
Translations