Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.SetContentStream
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: class protected | |
| Source: Datasnap.DSHTTPWebBroker.pas Datasnap.DSHTTPWebBroker.hpp
| |
| Unit: Datasnap.DSHTTPWebBroker | |
| Parent: TDSHTTPResponseWebBroker | |
Delphi
procedure SetContentStream(const Value: TStream); override;
C++
virtual void __fastcall SetContentStream(System::Classes::TStream* const Value);
Description
Sets the value of the ContentStream property to the one specified through the parameter.
Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.SetContentStream inherits from Datasnap.DSHTTPCommon.TDSHTTPResponse.SetContentStream. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPResponse.SetContentStream.
Sets the value of the ContentStream property to the one specified through the parameter.
The SetContentStream method is the write implementation of the ContentStream property.