RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataNavigator.Custom Property

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

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

TCustomDataNavigator generates an HTML table to lay out the buttons listed in the WebFieldControls property. 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 add a border around the buttons and color the background blue, you can set Custom to

BORDER=2 BGCOLOR=BLUE

 

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