RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterUpdateField.OnValidateValue Event

Event handler called to validate value(s) entered by the end-user.

Pascal
property OnValidateValue: TAdapterFieldValidateValueEvent;
C++
__property TAdapterFieldValidateValueEvent OnValidateValue;

This event handler is called by DoOnValidateValue to validate the value(s) entered by the end-user. The event handler must raise an exception to indicate that the value(s) are not valid. 

 

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