|
RAD Studio VCL Reference
|
Represents a tag option and its value.
property Custom: string;
__property AnsiString Custom;
Use Custom to add one or more options to the tag that surrounds the column. Each option and its value has the form
OPTIONNAME=Value
The options specified by Custom should be separated by spaces.
TCustomAdapterCommandColumn inserts the Custom string into the HTML tag when it generates its content.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|