Web.HTTPApp.TDispatchFileEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDispatchFileEvent = procedure (Sender: TObject; const AFileName: string; Request: TWebRequest;
Response: TWebResponse; var Handled: Boolean) of object;

C++

typedef void __fastcall (__closure *TDispatchFileEvent)(System::TObject* Sender, const System::UnicodeString AFileName, TWebRequest* Request, TWebResponse* Response, bool &Handled);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp Web.HTTPApp

Description

Embarcadero Technologies does not currently have any additional information.