RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterMemoField.OnUploadFile Event

Called to update the adapter field's value with a file uploaded by the end-user.

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

OnUploadFile is called when an action request contains an uploaded file for this adapter field. If this event handler is not implemented, the file uploaded by the end-user will be ignored. 

 

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