Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentStream

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

Delphi

function GetContentStream: TStream; virtual; abstract;

C++

virtual System::Classes::TStream* __fastcall GetContentStream() = 0 ;

プロパティ

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

説明

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

GetContentStream メソッドは、ContentStream プロパティの読み込み実装です。

関連項目