Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSChannelThread.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
destructor public Datasnap.DSCommon.hpp Datasnap.DSCommon TDSChannelThread

Description

Destroys the thread object.

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

See Also