Datasnap.DSHTTP.TDSHTTPResponseIndy.GetFreeContentStream

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetFreeContentStream: Boolean; override;

C++

virtual bool __fastcall GetFreeContentStream();

Description

Returns the value of the FreeContentStream property.

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

See Also