Datasnap.DSHTTPCommon.TDSServiceResponseHandler.Close

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Close; virtual; abstract;

C++

virtual void __fastcall Close() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSServiceResponseHandler

Description

Virtual abstract method to be implemented in subclasses in order to handle the closing or transitioning of the response handler.

The Close virtual abstract method is to be implemented in subclasses in order to handle the closing or transitioning of the response handler. Calling Close releases the holder of the responsibility to manage the memory of this instance any further. However, note that there is no guarantee that the instance will be destroyed when Close is called.

See Also