JCL Help:TJclCustomFileMapping.Handle

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Handle of the filemapping object.


Pascal

 public property Handle: THandle;


Description

Handle contains the handle of the underlying Win32 filemapping object. You can use it, for example, to share the filemapping with another process through handle inheritance. Never close the handle manually, this is done automatically at destruction.


About

Donator

Wim De Cleen


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