TThread: | Methods | Functions |
Detach | Detach this thread |
Wait | Wait for this thread to finish |
Running | Check if this thread is running |
Create | Create a new thread |
Main | Get main thread |
Current | Get current thread |
Method Detach() | |
Description | Detach this thread |
Method Wait:Object() | |
Returns | The object returned by the thread. |
Description | Wait for this thread to finish |
Method Running() | |
Description | Check if this thread is running |
Function Create:TThread( entry:Object( data:Object),data:Object ) | |
Description | Create a new thread |
Function Main:TThread() | |
Returns | A thread object representing the main application thread. |
Description | Get main thread |
Function Current:TThread() | |
Returns | A thread object representing the current thread. |
Description | Get current thread |