JCL Help:TJclSwapFileMapping
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclSwapFileMapping Class
[+] JclFileUtils.pas Classes
[+] TJclSwapFileMapping Methods
Search in JCL Help
Search in all projectsClass 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
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