Datasnap.DSHTTPCommon.TDSHTTPResponse.SetContentType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPResponse

Description

Sets the value of the ContentType property to the one specified through the parameter.

The SetContentType method is the write implementation of the ContentType property.

See Also