RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNamedField.ActionOrigValue Property

Retrieve the original value of this adapter field.

Pascal
property ActionOrigValue: IActionFieldValue;
C++
__property IActionFieldValue ActionOrigValue;

Some adapter fields will include their original value as a hidden field in an HTML form. The original value can be compared with the current value to verify that the current value hasn't been changed by another user between the time that the HTML form was generated and the HTML form was submitted. Use this property when executing an adapter action to retrieve the original value for this adapter field at the time that the HTML form was generated. 

 

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