RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseDataSetAdapterInputField.ImplSetEchoActionFieldValue Method

Provides the underlying implementation for the SetEchoActionFieldValue method.

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

The SetEchoActionFieldValue method calls ImplSetEchoActionFieldValue to specify how this adapter field should implement its Value property. 

AValue is the new value of the field's EchoActionFieldValue property. If AValue is true, the Value property should reflect the value for this field that appears in the current HTTP request. If AValue is false, the Value property should reflect the value of the associated dataset field. 

 

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