Datasnap.DSClientRest.TDSRestCachedItem.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: TDSRestCachedItem

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDSRestCachedItem();


Description

Destroys a TDSRestCachedItem class instance.

The Destroy method destroys an instance of the TDSRestCachedItem class.

See Also