Class tcommevent

Unit

Declaration

type tcommevent = class(tmseevent)

Description

No description available, ancestor tmseevent description follows
No description available, ancestor tnullinterfacedobject description follows

Hierarchy

Overview

Fields

Public onerror: commeventty;
Public onsuccess: commeventty;
Public timeout: integer;

Methods

Protected procedure process(const thread: tcommthread; var ok: boolean); virtual;
Protected procedure processed(const thread: tcommthread; var ok: boolean); virtual;
Public constructor create(persistent: boolean; atimeout: integer = 200000); virtual;
Public destructor destroy; override;
Public function state: commstatety;
Public function waitfordata: boolean;

Description

Fields

Public onerror: commeventty;
 
Public onsuccess: commeventty;
 
Public timeout: integer;
 

Methods

Protected procedure process(const thread: tcommthread; var ok: boolean); virtual;
 
Protected procedure processed(const thread: tcommthread; var ok: boolean); virtual;
 
Public constructor create(persistent: boolean; atimeout: integer = 200000); virtual;
 
Public destructor destroy; override;
 
Public function state: commstatety;
 
Public function waitfordata: boolean;
 

Generated by PasDoc 0.16.0.