Datasnap.DSHTTPCommon.TDSHTTPResponse.SetContentType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

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

Beschreibung

Setzt den Wert der Eigenschaft ContentType auf den im Parameter angegeben Wert.

Die Methode SetContentType ist die Schreibimplementierung der Eigenschaft ContentType.

Siehe auch