System.SystemThreadEndProc
From RAD Studio VCL Reference
Contents |
Delphi Information
From System.pas
SystemThreadEndProc: TSystemThreadEndProc
Unit: System
Type: variable
Visibility: public
C++ Information
From System.hpp
void (_fastcall *)(int) SystemThreadEndProc;
Unit: System
Type: variable
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.