API:Datasnap.DSHTTP.TDSHTTPResponseIndy.GetFreeContentStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFreeContentStream: Boolean; override;

C++

virtual bool __fastcall GetFreeContentStream();

Properties

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

Description

Returns the value of the FreeContentStream property.

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

Returns the value of the FreeContentStream property.

The GetFreeContentStream method is the read implementation of the FreeContentStream property.

See Also