API:Datasnap.DSHTTP.TDSDefaultResponseHandler.Close

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSDefaultResponseHandler

Delphi

procedure Close; override;

C++

virtual void __fastcall Close();

Description

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

Datasnap.DSHTTP.TDSDefaultResponseHandler.Close inherits from Datasnap.DSHTTPCommon.TDSServiceResponseHandler.Close. All content below this line refers to Datasnap.DSHTTPCommon.TDSServiceResponseHandler.Close.

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