TThread: Methods Functions  


Methods

DetachDetach this thread
WaitWait for this thread to finish
RunningCheck if this thread is running

Functions

CreateCreate a new thread
MainGet main thread
CurrentGet current thread

Method reference

Method Detach()
DescriptionDetach this thread

Method Wait:Object()
ReturnsThe object returned by the thread.
DescriptionWait for this thread to finish

Method Running()
DescriptionCheck if this thread is running

Function reference

Function Create:TThread( entry:Object( data:Object),data:Object )
DescriptionCreate a new thread

Function Main:TThread()
ReturnsA thread object representing the main application thread.
DescriptionGet main thread

Function Current:TThread()
ReturnsA thread object representing the current thread.
DescriptionGet current thread