RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterFileField.OnValidateFiles Event

Validates values entered by the end-user.

Pascal
property OnValidateFiles: TAdapterFieldFileListEvent;
C++
__property TAdapterFieldFileListEvent OnValidateFiles;

OnValidateFiles is called by DoOnValidateValue. Implement this event handler to validate files uploaded by the end-user. Raise an exception to indicate a validation error. 

 

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