Web.WebFileDispatcher.TDispatchFileRequest.SetContentType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Web.WebFileDispatcher.pas
Web.WebFileDispatcher.hpp
Web.WebFileDispatcher TDispatchFileRequest

Beschreibung

Virtuelle abstrakte Methode.

SetContentType ist eine virtuelle abstrakte Methode, die in abgeleiteten Klassen implementiert werden soll.

Siehe auch