Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSChannelThread.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source: Datasnap.DSCommon.hpp
Unit: Datasnap.DSCommon
Parent: TDSChannelThread

C++

/* TThread.Destroy */ inline __fastcall virtual ~TDSChannelThread() { }

Description

Destroys the thread object.

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

See Also