Class tsynchronizeevent

Unit

Declaration

type tsynchronizeevent = class(texecuteevent)

Description

This item has no description.

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;

This item has no description.

Protected fsuccess: boolean;

This item has no description.

Protected fexceptionclass: exceptclass;

This item has no description.

Protected fexceptionmessage: string;

This item has no description.

Protected fquiet: boolean;

This item has no description.

Methods

Protected procedure internalfree1; override;

This item has no description.

Public constructor create(const aquiet: boolean);

This item has no description.

Public destructor destroy; override;

This item has no description.

Public procedure deliver; override;

This item has no description.

Public function waitfor: boolean;

This item has no description.

Properties

Public property quiet: boolean read fquiet;

This item has no description.

Public property success: boolean read fsuccess;

This item has no description.

Public property exeptionclass: exceptclass read fexceptionclass;

This item has no description.

Public property exceptionmessage: string read fexceptionmessage;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.