RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCaptionAttributes.Custom Property

Represents a tag option and its value.

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

Use Custom to add one or more options to the tag that surrounds the caption. Each option and its value has the form

OPTIONNAME=Value

The options specified by Custom should be separated by spaces. 

The Web item that generates the caption inserts the Custom string into the HTML tag when it generates its content. 

 

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