RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterUpdateField.ValuesList Property

Associates a list of values with the adapter field.

Pascal
property ValuesList: IValuesListAdapter;
C++
__property IValuesListAdapter ValuesList;

Assign a component to the ValuesList property to define possible values for the adapter field. Server-side script can be used to enumerate the name/value pairs of the ValuesList component to generate HTML select lists, check boxes, or radio buttons. 

 

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