RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetValuesList.ValueField Property

Indicates the field in the associated dataset that supplies the value part of this list's name/value pairs.

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

Set ValueField to specify the dataset field that holds the values of this adapter's name/value pairs. Each entry in TCustomDataSetValuesList is a name/value pair that corresponds to the values of the NameField and ValueField fields of the associated dataset for a single record in the dataset. ValueField is the same as the FieldName property of the dataset field that supplies the values. 

 

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