RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TValuesListValueField Class

TValuesListValueField is an adapter field used to access the Value of the current list item of a values list adapter.

Pascal
TValuesListValueField = class(TBaseValuesListField);
C++
class TValuesListValueField : public TBaseValuesListField;

WebAdapt

Values list adapters such as TStringValuesList contain at least two adapter fields. One adapter field is responsible for name of the current list item. The other adapter field is responsible for providing the value of the current list item. TValuesListValueField is an adapter field that returns the value of the current list item. 

 

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