RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterCommandColumn.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 column. 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 column as the value of a STYLE option.

Note: Style affects the contents of the column cells. To specify display characteristics of the column's caption, use the CaptionAttributes property instead.
 

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