RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterCommandColumn.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 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!