Datasnap.DSHTTP.TDSHTTPResponseIndy.SetContentStream

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: class protected
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSHTTPResponseIndy

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.

The SetContentStream method is the write implementation of the ContentStream property.

See Also