WebAdapt.TAdapterFieldFileEvent
From RAD Studio API Documentation
C++
typedef void __fastcall (__closure *TAdapterFieldFileEvent)(System::TObject* Sender, Web::Httpapp::TAbstractWebRequestFile* AFile);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| typedef | public | WebAdapt.hpp | WebAdapt | WebAdapt |
Description
TAdapterFieldFileEvent is the type for event handlers that perform some action on an uploaded file.
TAdapterFieldFileEvent is the type for event handlers that let you perform some function on a file uploaded to an adapter field.
Sender is the adapter field component to which the file is directed.
AFile describes the uploaded file.