RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGridAttributes Class

TGridAttributes describes the options the TDataGrid component adds to an HTML <TABLE> tag.

Pascal
TGridAttributes = class(TPersistent);
C++
class TGridAttributes : public TPersistent;

MidItems

TGridAttributes implements the TableAttributes property of a TDataGrid or TAdapterGrid component. It describes display attributes that apply to an HTML table generated by TDataGrid or TAdapterGrid. The properties of TGridAttributes specify the options added to the generated HTML <TABLE> tag, as well as any styles that should be applied. 

 

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