RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGridAttributes.Custom Property

Represents a tag option and its value in an HTML tag.

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

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

OPTIONNAME=Value

The options specified by Custom should be separated by spaces. For example, to hide the side borders and add row dividers, you can set Custom to

FRAME=HSIDES RULES=ROWS

 

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