|
RAD Studio VCL Reference
|
TAdapterFieldFileListEvent is the type for event handlers that perform some action on a set of uploaded files.
TAdapterFieldFileListEvent = procedure (Sender: TObject; Files: TUpdateFileList) of object;
(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!
|