Datasnap.DSHTTP.TDSCacheResponseHandler.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: TDSCacheResponseHandler

Delphi

procedure Close; override;

C++

virtual void __fastcall Close();

Description

Frees the TDSCacheResponseHandler object.

The Close method frees the TDSCacheResponseHandler object, if FCacheId is not specified. This means that the TDSCacheResponseHandler object is not stored in the session cache.

See Also