JCL Help:TJclSwapFileMapping

From Project JEDI Wiki
Jump to navigationJump to search

Class Hierarchy

TJclCustomFileMapping
|
TJclSwapFileMapping


Summary

Implements a filemapping object backed by the swap file.


Pascal

 public TJclSwapFileMapping = class(TJclCustomFileMapping);


Description

TJclSwapFileMapping is a specification of a filemapping object. It only differs from TJclCustomFileMapping in the implementation of its constructor. Use this class when you want to create a filemapping backed by the systems swap file (ideal for cross-process communication).


About

Unit

JclFileUtils


Navigation

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