Web.HTTPApp.TCustomWebDispatcher.DispatchHandler

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DispatchHandler(Dispatch: IWebDispatch; Request: TWebRequest;
Response: TWebResponse; DoDefault: Boolean; var DefaultDispatch: IWebDispatch): Boolean;

C++

bool __fastcall DispatchHandler(_di_IWebDispatch Dispatch, TWebRequest* Request, TWebResponse* Response, bool DoDefault, _di_IWebDispatch &DefaultDispatch);

Properties

Type Visibility Source Unit Parent
function protected
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TCustomWebDispatcher

Description

Embarcadero Technologies does not currently have any additional information.