RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQueryButtons.Style Property

Adds style attributes to the generated HTML table.

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

TCustomQueryButtons generates an HTML table to lay out the buttons listed in the WebFieldControls property. 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!