Datasnap.DSHTTPCommon.TDSHTTPResponse.SetContentStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetContentStream(const Value: TStream); virtual; abstract;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPResponse

Description

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