RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldValuesValueField.ImplGetValue Method

Returns the value associated with this adapter field.

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

ImplGetValue returns the result of GetCurrentValue. GetCurrentValue is implemented by the adapter field using TFieldValuesAdapter. Server-side script accesses the result of this function using the Value property of this adapter field. 

 

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