System.BeginThreadProc
Delphi
BeginThreadProc: TBeginThreadProc = nil;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
variable | public | System.pas | System | System |
Description
A pointer to a function that begins a thread.
If BeginThreadProc is not nil, then BeginThread calls BeginThreadProc.