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

Overview

Fields

Protected fsem: semty;
Protected fsuccess: boolean;
Protected fexceptionclass: exceptclass;
Protected fexceptionmessage: string;
Protected fquiet: boolean;

Methods

Protected procedure internalfree1; override;
Public constructor create(const aquiet: boolean);
Public destructor destroy; override;
Public procedure deliver; override;
Public function waitfor: boolean;

Properties

Public property quiet: boolean read fquiet;
Public property success: boolean read fsuccess;
Public property exeptionclass: exceptclass read fexceptionclass;
Public property exceptionmessage: string read fexceptionmessage;

Description

Fields

Protected fsem: semty;
 
Protected fsuccess: boolean;
 
Protected fexceptionclass: exceptclass;
 
Protected fexceptionmessage: string;
 
Protected fquiet: boolean;
 

Methods

Protected procedure internalfree1; override;
 
Public constructor create(const aquiet: boolean);
 
Public destructor destroy; override;
 
Public procedure deliver; override;
 
Public function waitfor: boolean;
 

Properties

Public property quiet: boolean read fquiet;
 
Public property success: boolean read fsuccess;
 
Public property exeptionclass: exceptclass read fexceptionclass;
 
Public property exceptionmessage: string read fexceptionmessage;
 

Generated by PasDoc 0.16.0.