RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterFieldGroup.Custom Property

Represents a tag option and its value in the generated INPUT tag.

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

Use Custom to represent one or more options that qualify the INPUT tag generated by the Web button group. Each option and its value has the form

OPTIONNAME=Value

The options specified by Custom should be separated by spaces. For example, to add an ALIGN option that aligns the caption and a TABINDEX tag to control tab order, set Custom to

ALIGN=TOP TABINDEX=2

 

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