Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetContentType: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetContentType() = 0 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPResponse

Beschreibung

Gibt den Wert der ContentType-Eigenschaft zurück.

Die Methode GetContentType ist die Leseimplementierung der Eigenschaft ContentType.

Siehe auch