Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.SetFreeContentStream
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: class protected | |
| Source: Datasnap.DSHTTPWebBroker.pas Datasnap.DSHTTPWebBroker.hpp
| |
| Unit: Datasnap.DSHTTPWebBroker | |
| Parent: TDSHTTPResponseWebBroker | |
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.
Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.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.