RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapter.ImplSetEchoActionFieldValues Method

Provides the underlying implementation for the SetEchoActionFieldValues method.

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

The SetEchoActionFieldValues method calls ImplSetEchoActionFieldValues to specify whether this adapter's fields should obtain their values from the current request message or from the associated dataset fields. 

AValue indicates where this adapter's fields obtain their values. When AValue is true, the field values come from the current request message. When AValue is false, the field values come from the associated dataset fields.  

ImplSetEchoActionFieldValues sets the EchoActionFieldValue property to AValue on every field that is a child of this adapter, plus every field that is a child of an adapter linked to this one in a master/detail relationship. The one exception is that the EchoActionFieldValue property is never set to true on fields whose parent adapter is in browse mode. 

 

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