Web.WebFileDispatcher.TDispatchFileRequest.SetContentType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetContentType(const AValue: string); virtual; abstract;

C++

virtual void __fastcall SetContentType(const System::UnicodeString AValue) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Web.WebFileDispatcher.pas
Web.WebFileDispatcher.hpp
Web.WebFileDispatcher TDispatchFileRequest

Description

Virtual abstract method.

SetContentType is a virtual abstract method that is to be implemented in derived classes.

See Also