RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGridRowAttributes.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 <TR> tag. Each option and its value should have the form

OPTIONNAME=Value

To specify multiple options, separate the Name/value pairs with spaces. 

 

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