Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.SetContentLength

提供:RAD Studio API Documentation

Delphi

procedure SetContentLength(const Value: Int64); override;

C++

virtual void __fastcall SetContentLength(const __int64 Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
class protected
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Datasnap.DSHTTPWebBroker TDSHTTPResponseWebBroker

説明

ContentLength プロパティの値を、パラメータを通して指定された値に設定します。 Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.SetContentLength は Datasnap.DSHTTPCommon.TDSHTTPResponse.SetContentLength を継承しています。以下の内容はすべて Datasnap.DSHTTPCommon.TDSHTTPResponse.SetContentLength を参照しています。

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

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

関連項目