Datasnap.DSHTTPCommon.TDSHTTPResponse.SetContentType
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
Unit: Datasnap.DSHTTPCommon | |
Parent: TDSHTTPResponse |
Delphi
procedure SetContentType(const Value: string); virtual; abstract;
C++
virtual void __fastcall SetContentType(const System::UnicodeString Value) = 0 ;
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.