Datasnap.DSHTTPCommon.TDSHTTPResponse.SetCloseConnection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCloseConnection(const Value: Boolean); virtual; abstract;

C++

virtual void __fastcall SetCloseConnection(const bool Value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPResponse

Description

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