Datasnap.DSHTTP.TDSHTTPResponseIndy.SetContentLength

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: class protected
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSHTTPResponseIndy

Delphi

procedure SetContentLength(const Value: Int64); override;

C++

virtual void __fastcall SetContentLength(const __int64 Value);

Description

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