System.BeginThreadProc

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also