RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQueryFieldGroup.Custom Property

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

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

TCustomFieldGroup generates an HTML table to manage the layout of the HTML controls that its Web items generate. Use Custom to add options that qualify the TABLE tag. Each option and its value has the form

OPTIONNAME=Value

The options specified by Custom should be separated by spaces. For example, to surround the set of fields with a border and give them a blue background, set Custom to

BORDER=2 BGCOLOR=BLUE

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!