RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetValuesList.ImplGetListNameOfValue Method

Provides the underlying implementation for the GetListNameOfValue method.

Pascal
function ImplGetListNameOfValue(Value: Variant): string; override;
C++
virtual __fastcall AnsiString ImplGetListNameOfValue(Variant Value);

The GetListNameOfValue method calls ImplGetListNameOfValue to obtain the name that corresponds to a specified value.  

Value is the value part of the name/value pair for which this method returns the name part. 

ImplGetListNameOfValue searches the name/value pairs in the list. It returns the name part of the first pair it finds where the value part is equal to Value. 

 

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