JCL Help:TJclDispatcherObject.Destroy

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Disposes of the object instance.


Pascal

 public destructor Destroy; override;


Description

Destroy closes the handle to the dispatcher object and disposes of the object instance. After this call the object instance, as well as the dispatcher object wrapped by the class, are no longer valid. The state of any threads waiting on the object are often undefined and therefore you should never destroy an object with outstanding references. TJclDispatcherObject does not make any provisions for this, nor do any of the derived classes.


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