Class teventthread
Unit
Declaration
type teventthread = class(tsemthread)
Description
This item has no description.
Hierarchy
- TObject
- tmsethread
- tmutexthread
- tsemthread
- teventthread
Overview
Fields
| Protected | feventlist: teventqueue; |
Methods
| Public | constructor create(const athreadproc: threadprocty; const afreeonterminate: boolean = false; const astacksizekb: integer = 0); overload; override; |
| Public | destructor destroy(); override; |
| Public | procedure terminate(); override; |
| Public | procedure postevent(event: tmseevent); |
| Public | procedure clearevents(); |
| Public | function waitevent(const timeoutus: integer = -1): tmseevent; |
| Public | function eventcount(): integer; |
Properties
| Public | property eventlist: teventqueue read feventlist; |
Description
Fields
| Protected | feventlist: teventqueue; |
|
This item has no description. | |
Methods
| Public | constructor create(const athreadproc: threadprocty; const afreeonterminate: boolean = false; const astacksizekb: integer = 0); overload; override; |
|
This item has no description. | |
| Public | destructor destroy(); override; |
|
This item has no description. | |
| Public | procedure terminate(); override; |
|
This item has no description. | |
| Public | procedure postevent(event: tmseevent); |
|
This item has no description. | |
| Public | procedure clearevents(); |
|
This item has no description. | |
| Public | function waitevent(const timeoutus: integer = -1): tmseevent; |
|
This item has no description. | |
| Public | function eventcount(): integer; |
|
This item has no description. | |
Properties
| Public | property eventlist: teventqueue read feventlist; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.