Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.SetContentStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetContentStream(const Value: TStream); override;

C++

virtual void __fastcall SetContentStream(System::Classes::TStream* const Value);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Datasnap.DSHTTPWebBroker TDSHTTPResponseWebBroker

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.

See Also