API:Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.SetCloseConnection

From RAD Studio API Documentation

Delphi

procedure SetCloseConnection(const Value: Boolean); override;

C++

virtual void __fastcall SetCloseConnection(const bool 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 CloseConnection property to the one specified through the parameter. {{#multireplace:Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.SetCloseConnection|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Datasnap.DSHTTPCommon.TDSHTTPResponse.SetCloseConnection|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Datasnap.DSHTTPCommon.TDSHTTPResponse.SetCloseConnection|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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

The SetCloseConnection method is the write implementation of the CloseConnection property.

See Also