RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterFileField.OnUploadFiles Event

Updates the adapter field with value(s) entered by the end-user.

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

OnUploadFiles is called by ImplUpdateValue. Write an OnUploadFiles event handler to accept files uploaded by the end-user. Raise an exception to indicate an error. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!