Web.WebFileDispatcher.TDispatchFileRequest.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AProperties: TWebFileDispatcherProperties);

C++

__fastcall TDispatchFileRequest(TWebFileDispatcherProperties* AProperties);

Properties

Type Visibility Source Unit Parent
constructor public
Web.WebFileDispatcher.pas
Web.WebFileDispatcher.hpp
Web.WebFileDispatcher TDispatchFileRequest

Description

Creates an instance of the TDispatchFileRequest class.

The Create constructor is used to create an instance of the TDispatchFileRequest class.

See Also