RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TValuesListNameField Class

TValuesListNameField is an adapter field used to access the Name of the current list item of a values list adapter.

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

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. TValuesListNameField is an adapter field that returns the name of the current list item. 

 

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