RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTableColumn.Custom Property

Specifies a tag option and its value in the HTML TD tags for the cells in the column.

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

Use Custom to represent one or more options to be added to an HTML tag. Each option and its value should have the form

OPTIONNAME=Value

If Custom specifies more than one option, each object should be separated from the others by spaces. 

 

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