Datasnap.DSClientRest.TDSRestClientCallback.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: TDSRestClientCallback

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDSRestClientCallback();

Description

Destroys a TDSRestClientCallback instance.

Destroy destroys an instance of the TDSRestClientCallback class.

See Also