|
RAD Studio VCL Reference
|
Provides the underlying implementation for the GetListValue method.
function ImplGetListValue: Variant; override;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|