Datasnap.DSHTTP.TDSCacheResponseHandler.Close

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Close; override;

C++

virtual void __fastcall Close();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSCacheResponseHandler

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