Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentType
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.