WebAdapt.TAdapterFieldFileListEvent
From RAD Studio API Documentation
C++
typedef void __fastcall (__closure *TAdapterFieldFileListEvent)(System::TObject* Sender, TUpdateFileList* Files);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| typedef | public | WebAdapt.hpp | WebAdapt | WebAdapt |
Description
TAdapterFieldFileListEvent is the type for event handlers that perform some action on a set of uploaded files.
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.