RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterMemoField.ImplCheckValueChange Method

Indicates whether the end-user may have entered a new value for this adapter field.

Pascal
function ImplCheckValueChange(AActionRequest: IActionRequest; AFieldIndex: Integer): Boolean; override;
C++
virtual __fastcall Boolean ImplCheckValueChange(IActionRequest AActionRequest, int AFieldIndex);

ImplCheckValueChange overrides TAdapterUpdateField's ImplCheckValueChange method. ImplCheckValueChange returns true if the HTTP request has a new value for this adapter field. 

 

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