RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebAdapt.TAdapterFieldFileListEvent Type

TAdapterFieldFileListEvent is the type for event handlers that perform some action on a set of uploaded files.

Pascal
TAdapterFieldFileListEvent = procedure (Sender: TObject; Files: TUpdateFileList) of object;
C++
(Sender: TObject; Files: TUpdateFileList) ( TAdapterFieldFileListEvent)();

TAdapterFieldFileListEvent is the type for event handlers that let you perform some function on a set of files uploaded to an adapter field. 

Sender is the adapter field component to which the files are directed. 

Files lists the uploaded files. 

 

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