|
RAD Studio VCL Reference
|
Checks the value(s) entered by the end-user against the value associated with this adapter field.
function CheckValueChange(AActionRequest: IActionRequest; AFieldIndex: Integer): Boolean;
__fastcall Boolean CheckValueChange(IActionRequest AActionRequest, int AFieldIndex);
CheckValueChange is called to determine whether the value(s) entered by the user is different from the value(s) provided by the adapter field. CheckValueChange calls the virtual function ImplCheckValueChange.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|