RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNextPageField.ImplSetEchoActionFieldValue Method

Sets the echo flag for this adapter field.

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

ImplSetEchoActionFieldValue sets an internal variable to true. The echo flag is typically set by an adapter action when an error occurs while processing an HTTP request. The purpose of the echo flag is to preserve the value entered by the end-user. When the echo flag is true, ImplGetValue returns the value entered by the end-user rather than the value of the adapter field. 

 

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