API:System.Tether.Manager.TTetheringManagerCommunicationThread.Destroy

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TTetheringManagerCommunicationThread();

Propriétés

Type Visibilité  Source Unité  Parent
destructor public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManagerCommunicationThread

Description

Destroy détruit l'objet thread et libère la mémoire qui lui est allouée.

System.Tether.Manager.TTetheringManagerCommunicationThread.Destroy hérite de System.Classes.TThread.Destroy. Tout le contenu en-dessous de cette ligne se réfère à System.Classes.TThread.Destroy.

Destroy détruit l'objet thread et libère la mémoire qui lui est allouée.

N'appelez pas Destroy dans une application. A la place, utilisez Free pour détruire un thread quand FreeOnTerminate est à False.

Destroy indique au thread de terminer et attend alors le retour du thread avant d'appeler la méthode Destroy héritée.

Voir aussi