JCL Help:TJclDispatcherObject.Handle

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Handle to the dispatcher object being wrapped.


Pascal

 public property Handle: TJclWaitHandle;


Description

The handle property contains the handle to the underlying dispatcher object. You could use this in a call to WaitForMultipleObjects or to duplicate the Handle. Never manually close the handle by calling CloseHandle, the class does this automatically in the destructor.


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