JCL Help:TJclOptex.Existed

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns whether the optex existed.


Pascal

 public property Existed: Boolean;


Description

The Existed property returns whether the Optex was newly created (Existed is False) or already existed during construction (Existed is True). In this latter case the Optex was already created by another process. This tells you only that the Optex existed during execution of the constructor. There is no way to find out whether another process still has the Optex open.


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