RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomStringsValuesList.ImplGetListNameOfValue Method

Looks up a name for a value.

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

ImplGetListNameOfValue searches the string list for a matching value and returns the name associated with this value. An empty string is returned if the value is not found or if the name associated with the value is blank. 

 

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