RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetValuesList.ImplGetListValue Method

Provides the underlying implementation for the GetListValue method.

Pascal
function ImplGetListValue: Variant; override;
C++
virtual __fastcall Variant ImplGetListValue();

The GetListValue method calls ImplGetListValue to obtain the value part of the current name/value pair. This is the implementation of the ListValue property that can be called from server-side script. 

ImplGetListValue returns the value of the field that the ValueField property specifies for the current record. The current record is determined by the current iteration on this object. 

 

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