Datasnap.DSHTTPCommon.TDSHTTPResponse.GetCloseConnection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCloseConnection: Boolean; virtual; abstract;

C++

virtual bool __fastcall GetCloseConnection() = 0 ;

Properties

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

Description

Returns the value of the CloseConnection property.

The GetCloseConnection method is the read implementation of the CloseConnection property.

See Also