RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQueryFieldGroup.Style Property

Adds style attributes to the generated set of fields.

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

TCustomFieldGroup generates an HTML table to lay out the fields that its Web items generate. Use Style to add a STYLE option that qualifies the TABLE tag. 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 generated TABLE tag as the value of a STYLE option. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!