RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterUpdateField.ImplCheckValueChange Method

Checks the value(s) entered by the end-user against the value(s) associated with this adapter field.

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

ImplCheckValueChange compares the number and content of values associated with the adapter field with the number and content of values entered by the end-user. 

 

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