Datasnap.DSHTTPCommon.TDSHTTPResponse.SetContentStream

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Unit: Datasnap.DSHTTPCommon
Parent: TDSHTTPResponse

Delphi

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

C++

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

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