System.SystemThreadFuncProc
Delphi
SystemThreadFuncProc: TSystemThreadFuncProc = nil;
C++
extern DELPHI_PACKAGE TSystemThreadFuncProc SystemThreadFuncProc;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
variable | public | System.pas System.hpp |
System | System |
Description
Variable set during the startup code.
SystemThreadFuncProc 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 SystemThreadFuncProc variable in applications. You can use the BeginThread and EndThread routines instead.