System.EndThreadProc

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

EndThreadProc: TEndThreadProc = nil;

Propriétés

Type Visibilité  Source Unité  Parent
variable public System.pas System System

Description

Un pointeur sur une procédure qui termine un thread.

Si EndThreadProc ne vaut pas nil, EndThread appelle alors EndThreadProc.

EndThreadProc doit s'exécuter intégralement.

Voir aussi