JCL Help:TJclOptex.UniProcess

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns whether the optex can be shared between processes.


Pascal

 public property UniProcess: Boolean;


Description

Returns whether the optex can be used in the process only or can be shared between processes. This is directly related to whether or not you specified a name for the optex during construction. If you specified a name, the optex can be shared and this property will be False, otherwise it will be True. Note that this tells you nothing about whether or not multiple processes are actually using the optex, only if they can.


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