Datasnap.DSClientRest.TDSRestCallbackLoop.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDSRestCallbackLoop();

Properties

Type Visibility Source Unit Parent
destructor public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestCallbackLoop


Description

Destroys a TDSRestCallbackLoop instance.

The Destroy method destroys an instance of the TDSRestCallbackLoop class.

See Also