RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterUpdateField.ImplValidateValue Method

Validates values(s) entered by the end-user.

Pascal
procedure ImplValidateValue(AActionRequest: IActionRequest; AFieldIndex: Integer); virtual;
C++
virtual __fastcall ImplValidateValue(IActionRequest AActionRequest, int AFieldIndex);

ImplValidateValue calls the virtual function DoOnValidateValue after extracting an IActionFieldValue that contains the value(s) entered by the user. The AFieldIndex parameter identifies that location of the IActionFieldValue in the AActionRequest. 

 

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