API:Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.SetCloseConnection

From RAD Studio API Documentation
Jump to: navigation, search

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.

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

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