RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldSelectOptions.Values Property

Lists the possible values that can be assigned to the control.

Pascal
property Values: TStrings;
C++
__property TStrings Values;

Use Values to supply a list of possible values for the generated control. When the end-user chooses one of the selections listed by the Items property, the control is assigned the corresponding value in the Values property.

Note: To use a dataset to supply items and values, rather than explicitly listing them in the Items and Values properties, use the DataSet, ItemsField, and ValuesField properties.
 

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