JCL Help:TJclEvent.Open
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclEvent.Open Constructor
Search in JCL Help
Search in all projects
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
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