Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.SetContentLength
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 プロパティの書き込み実装です。