System.EndThreadProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

EndThreadProc: TEndThreadProc = nil;

Properties

Type Visibility Source Unit Parent
variable public System.pas System System

Description

A pointer to a procedure that ends a thread.

If EndThreadProc is not nil, then EndThread calls EndThreadProc.

EndThreadProc must not exit.

See Also