API:Datasnap.DSHTTP.TDSHTTPResponseIndy.SetFreeContentStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetFreeContentStream(const Value: Boolean); override;

C++

virtual void __fastcall SetFreeContentStream(const bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPResponseIndy

Description

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

Datasnap.DSHTTP.TDSHTTPResponseIndy.SetFreeContentStream inherits from Datasnap.DSHTTPCommon.TDSHTTPResponse.SetFreeContentStream. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPResponse.SetFreeContentStream.

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

The SetFreeContentStream method is the write implementation of the FreeContentStream property.

See Also