RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterUpdateField.DoOnValidateValue Method

Validates field values entered by the end-user.

Pascal
procedure DoOnValidateValue(AValue: IActionFieldValue; var AHandled: Boolean); virtual;
C++
virtual __fastcall DoOnValidateValue(IActionFieldValue AValue, Boolean AHandled);

DoOnValidateValue is called when the field value entered by the end-user is to be validated. DoOnValidateValue calls the OnValidateValue event handler. DoOnValidateValue may be overridden by descendants. 

 

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