RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCaptionAttributes.Style Property

Adds style attributes to the generated caption.

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

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

 

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