JCL Help:TJclDispatcherObject.Existed

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Indicates whether the object existed.


Pascal

 public property Existed: Boolean;


Description

The Existed property denotes whether the dispatcher object already existed when it was created. This property is True if:

  • You successfully used the Open constructor.
  • If an object with the Name specified in the constructor already existed somewhere on the system and you have been granted access to that object.

If you create a named object which doesn't exist, the object is created and Existed will be False. Unnamed object always result in Existed being False.


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