RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNamedField.EchoActionFieldValue Property

Used to echo the value(s) entered by the end-user when generating an HTML form.

Pascal
property EchoActionFieldValue: Boolean;
C++
__property Boolean EchoActionFieldValue;

The EchoActionFieldValue property is used to alter the source of the adapter fields value. When this flag is set, the adapter field retrieves it's value from the HTTP request. When this flag is clear, the adapter field retrieves it's current value. Typically, this flag is set after an error occurs while processing an adapter action. Setting this flag results in generated HTML that displays values entered by the end-user. This allows the end-user to make corrections and resubmit the form. 

 

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