RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapterField.GetPrevValue Method

Returns the value of this field, as it should appear in a hidden field in an HTML form.

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

When the GetNeedPrevValue method returns true, GetPrevValue returns the value for this field that should appear as a hidden field in an HTML form. This hidden value is included in request messages that originate from that form. Thus, GetPrevValue returns a value that this field sends to itself, which is transparent to the end-user. 

GetPrevValue delegates the task of providing the hidden value to the ImplGetPrevValue method. 

 

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