RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterBooleanField.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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!