[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: msethread.pas line 93
type teventthread = class(tsemthread) |
public |
constructor create(); override; overload; |
destructor destroy; override; |
procedure terminate; override; |
procedure postevent(); |
procedure clearevents; |
function waitevent(); |
function eventcount; |
property eventlist: teventqueue; [r] |
end; |
| |
| |
| |
| |
TObject |