System.SystemThreadEndProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

SystemThreadEndProc: TSystemThreadEndProc = nil;

C++

extern DELPHI_PACKAGE TSystemThreadEndProc SystemThreadEndProc;

Properties

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

Description

Variable set during the startup code.

SystemThreadEndProc is set during the startup code by the C++ RTL when running in a C++Builder VCL application.

Note: We recommend that you do not change the value of the SystemThreadEndProc variable in applications. You can use the BeginThread and EndThread routines instead.

See Also