RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterForm.Style Property

Adds style attributes to the generated form.

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

Use Style to add a STYLE option that qualifies the <table> tag that the adapter form generates to manage the layout of its Web items. 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!