RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IValuesListAdapter.GetListValue Method

Returns the value of the current name/value pair.

Pascal
function GetListValue: Variant;
C++
__fastcall Variant GetListValue();

GetListValue returns the value part of the current name/value pair. This method provides the support for the Value property of the values list adapter, which can be addressed by server-side script. 

If the current name/value pair does not have a value, GetListValue returns either the name part, or an unassigned Variant, depending on the type of values list adapter. 

 

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