[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazglib2.pas line 3682
type TGThread = object |
||
function new(); |
|
|
function try_new(); |
|
|
function join; |
|
|
function ref; |
|
|
procedure unref; |
|
|
function error_quark; |
|
|
procedure exit(); |
|
|
function self; |
|
|
procedure yield; |
|
|
end; |
|