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