RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGridRowAttributes.Style Property

Adds style attributes to the generated table body or header.

Pascal
property Style: string;
C++
__property AnsiString Style;

Use Style to specify display characteristics that affect the rows or header of the HTML table. The Style option consists of one or more attribute descriptions such as

font-family: arial; font-weight: bold; font-size: 10px

These attributes are added to the <TR> tag as the value of a STYLE option. 

 

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