|
RAD Studio VCL Reference
|
Validates values(s) entered by the end-user.
procedure ImplValidateValue(AActionRequest: IActionRequest; AFieldIndex: Integer); virtual;
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!
|