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