Datasnap.DSHTTPCommon.TDSHTTPResponse.GetFreeContentStream

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetFreeContentStream: Boolean; virtual; abstract;

C++

virtual bool __fastcall GetFreeContentStream() = 0 ;

Description

Returns the value of the FreeContentStream property.

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

See Also