[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: msethread.pas line 33
type tmsethread = class |
public |
constructor create(); |
destructor destroy; override; |
procedure afterconstruction; override; |
function waitfor; virtual; |
procedure terminate; virtual; |
procedure kill; |
property running: Boolean; [r] |
property terminated: Boolean; [r] |
property freeonterminate: Boolean; [rw] |
end; |
| |
TObject |