Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.SetContentLength

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetContentLength(const Value: Int64); override;

C++

virtual void __fastcall SetContentLength(const __int64 Value);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Datasnap.DSHTTPWebBroker TDSHTTPResponseWebBroker

Description

Sets the value of the ContentLength property to the one specified through the parameter.

Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.SetContentLength inherits from Datasnap.DSHTTPCommon.TDSHTTPResponse.SetContentLength. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPResponse.SetContentLength.

Sets the value of the ContentLength property to the one specified through the parameter.

The SetContentLength method is the write implementation of the ContentLength property.

See Also