March 2000
Intermediate to advanced
576 pages
18h 13m
English
TThreadFunc Type
type TThreadFunc = function(Parameter: Pointer): Integer;
The BeginThread function takes a thread function
as one of its arguments. The function’s signature must match
the TThreadFunc type.
BeginThread passes its Param
argument to the thread function. The thread function’s return
value becomes the thread’s exit
code.
See BeginThread for an example.
| BeginThread Function, EndThread Procedure, IsMultiThread Variable, ThreadVar Keyword |
Read now
Unlock full access