RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseDataSetAdapterInputField.ImplGetEchoActionFieldValue Method

Provides the underlying implementation for the GetEchoActionFieldValue method.

Pascal
function ImplGetEchoActionFieldValue: Boolean; override;
C++
virtual __fastcall Boolean ImplGetEchoActionFieldValue();

The GetEchoActionFieldValue method calls ImplGetEchoActionFieldValue to determine whether the current field value represents the adapter field's value reflects the current value of the associated dataset field, or whether it reflects the value stored in the current HTTP request.  

ImplGetEchoActionFieldValue returns true if reading this field's Value property yields the value for this field that appears in the current HTTP request. It returns false if reading the Value property yields the value of the associated dataset field. 

 

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