JCL Help:TJclEvent.Open

From Project JEDI Wiki
Jump to navigationJump to search


Summary

The Open constructor attempts to open the existing named event specified with Name.


Pascal

 public constructor Open(Access: Cardinal; Inheritable: Boolean; const Name: string);


Parameters

Parameters Description
Access: Cardinal Requested access to the Event object. This can be a combination of the following values:


Description

Opens an existing, named event. If the Event object does not exist, or the calling thread does not have sufficient access to open the Event object, the constructor fails by raising an EJclEventError exception.


See Also

Create


About

Donator

Marcel van Brakel


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page