API:Datasnap.DSHTTP.TDSHTTPResponseIndy.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.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPResponseIndy

Description

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

Datasnap.DSHTTP.TDSHTTPResponseIndy.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