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