Class tsynchronizeevent
Unit
Declaration
type tsynchronizeevent = class(texecuteevent)
Description
No description available, ancestor texecuteevent description follows
No description available, ancestor tmseevent description follows
No description available, ancestor tnullinterfacedobject description follows
Hierarchy
- tobject
- tnullinterfacedobject
- tmseevent
- texecuteevent
- tsynchronizeevent
Overview
Fields
fsem: semty; |
|
fsuccess: boolean; |
|
fexceptionclass: exceptclass; |
|
fexceptionmessage: string; |
|
fquiet: boolean; |
Methods
procedure internalfree1; override; |
|
constructor create(const aquiet: boolean); |
|
destructor destroy; override; |
|
procedure deliver; override; |
|
function waitfor: boolean; |
Properties
property quiet: boolean read fquiet; |
|
property success: boolean read fsuccess; |
|
property exeptionclass: exceptclass read fexceptionclass; |
|
property exceptionmessage: string read fexceptionmessage; |
Description
Fields
fsem: semty; |
|
fsuccess: boolean; |
|
fexceptionclass: exceptclass; |
|
fexceptionmessage: string; |
|
fquiet: boolean; |
|
Methods
procedure internalfree1; override; |
|
constructor create(const aquiet: boolean); |
|
destructor destroy; override; |
|
procedure deliver; override; |
|
function waitfor: boolean; |
|
Properties
property quiet: boolean read fquiet; |
|
property success: boolean read fsuccess; |
|
property exeptionclass: exceptclass read fexceptionclass; |
|
property exceptionmessage: string read fexceptionmessage; |
|
Generated by PasDoc 0.16.0.