API:Datasnap.DSHTTP.TDSHTTPResponseIndy.GetContentStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContentStream: TStream; override;

C++

virtual System::Classes::TStream* __fastcall GetContentStream();

Properties

Type Visibility Source Unit Parent
function class protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPResponseIndy

Description

Returns the value of the ContentStream property.

Datasnap.DSHTTP.TDSHTTPResponseIndy.GetContentStream inherits from Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentStream. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentStream.

Returns the value of the ContentStream property.

The GetContentStream method is the read implementation of the ContentStream property.

See Also