RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterMultiValueField.OnValidateValues Event

Validates field values entered by the end-user.

Pascal
property OnValidateValues: TAdapterFieldStringsEvent;
C++
__property TAdapterFieldStringsEvent OnValidateValues;

Implement this event handler to validate values entered by the end-user. Raise an exception if an error occurs. 

 

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