Datasnap.DSHTTPCommon.TDSHTTPResponse.GetFreeContentStream

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetFreeContentStream: Boolean; virtual; abstract;

C++

virtual bool __fastcall GetFreeContentStream(void) = 0 ;

プロパティ

種類 可視性 ソース ユニット
function protected
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPResponse

説明

FreeContentStream プロパティの値を返します。

GetFreeContentStream メソッドは、FreeContentStream プロパティを読み取るための実装です。

関連項目