RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGridRowAttributes Class

TGridRowAttributes describes the options the TDataGrid component adds to its HTML row tags (<TR>).

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

MidItems

TGridRowAttributes implements the RowAttributes and HeadingAttributes properties of a TDataGrid or TAdapterGrid component. It describes display attributes that apply to the generated HTML table's rows. The properties of TGridRowAttributes specify the options added to the generated HTML <TR> tag, as well as any styles that should be applied to the header or body of the table. 

 

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