RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterUpdateField.ImplSetEchoActionFieldValue Method

Sets a flag that causes the adapter field to return the value(s) entered by the end-user.

Pascal
procedure ImplSetEchoActionFieldValue(AValue: Boolean); override;
C++
virtual __fastcall ImplSetEchoActionFieldValue(Boolean AValue);

ImplSetEchoActionFieldValue is typically called when an error occurs during the execution of an adapter action. It allows the page generated after the error to display the values entered by the user rather than the action adapter field values. 

 

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