[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazglib2.pas line 1932
type TGCond = object |
||
|
||
i: ; |
|
|
procedure broadcast; |
|
|
procedure clear; |
|
|
procedure init; |
|
|
procedure signal; |
|
|
procedure wait(); |
|
|
function wait_until(); |
|
|
end; |
|