[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: tiThread.pas line 49
type TtiThread = class(TtiSleepThread) end; |
protected |
procedure DoOnTerminate(); virtual; |
procedure SetText(); virtual; |
public |
constructor Create(); |
constructor CreateAndResume; virtual; |
destructor Destroy; override; |
property Text: string; [rw] |
property Description: string; [rw] |
property OnTerminate: TNotifyEvent; [rw] |
| |
| |
TThread |
? |
TObject |