RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapterMemoField.ImplGetValue Method

Returns either the value of the associated dataset field as a Variant, or the last value entered by the end user.

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

The ImplGetValue function returns either the value of the associated dataset field as a Variant, or the last value entered by the end user. The last value entered by the end user is returned when generating a HTTP response to adapter action in which an error occurred. 

 

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