API:Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.GetFreeContentStream
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: class protected | |
| Source: Datasnap.DSHTTPWebBroker.pas Datasnap.DSHTTPWebBroker.hpp
| |
| Unit: Datasnap.DSHTTPWebBroker | |
| Parent: TDSHTTPResponseWebBroker | |
Delphi
function GetFreeContentStream: Boolean; override;
C++
virtual bool __fastcall GetFreeContentStream();
Description
Returns the value of the FreeContentStream property.
Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.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.