Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSChannelCallback.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDSChannelCallback();

Properties

Type Visibility Source Unit Parent
destructor public
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSChannelCallback

Description

Destroys the callback object.

Destroy destroys the callback object, also deallocating all used memory.

See Also