RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldRadioGroup.Style Property

Adds style attributes to the generated display control.

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

Use Style to specify display characteristics that affect the generated control. 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 HTML tag that generates the control as the value of a STYLE option.

Note: To add style attributes to the control's label, use the CaptionAttributes property instead.
 

 

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