RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterImageField.OnUploadFile Event

Updates this adapter field with an image file uploaded by the end-user.

Pascal
property OnUploadFile: TAdapterFieldFileEvent;
C++
__property TAdapterFieldFileEvent OnUploadFile;

This event handler is called by ImplUpdateValue. This event handler should store the uploaded image file. Raise an exception to indicate an error. 

 

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