Datasnap.DSHTTPCommon.TDSHTTPResponse.SetContentLength

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

Delphi

procedure SetContentLength(const Value: Int64); virtual; abstract;

C++

virtual void __fastcall SetContentLength(const __int64 Value) = 0 ;

プロパティ

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

説明

ContentLength プロパティの値を、パラメータを通して指定された値に設定します。

SetContentLength メソッドは、 ContentLength プロパティの書き込み実装です。

関連項目