Datasnap.DSHTTPCommon.TDSHTTPResponse.SetFreeContentStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetFreeContentStream(const Value: Boolean); virtual; abstract;

C++

virtual void __fastcall SetFreeContentStream(const bool 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 FreeContentStream property to the one specified through the parameter.

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

See Also