JVCL Help:TJvPatchFile

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvPatchFile
run\JvPatchFile.pas


Summary

Implements a file patching utility.

run\JvPatchFile.pas


Pascal

 run\JvPatchFile.pas
 TJvPatchFile = class(TJvComponent);


Description

  1. JVCLInfo

TJvPatchFile is a TJvComponent descendant that implements a file patching utility.
TJvPatchFile can be used to apply patches in the Differences property to the contents of an original file in order to yield a file with the desired content. Values in the Differences property are in a specific format required by the TJvPatchFile component.
A design-time property editor is provided for the Differences property that can be used to create patches in the format required for use i the component. Patches for the specified files are encrypted using the Password provided at design-time.
Patches in the Differences property can be saved to a file for subsequent distribution and processing using the TJvPatchFile component.
When patches are applied using the Patch method, the updated file content can be overwritten in the original file or stored in a new file with the updated content. Applying patches in the Differences property requires the Password used when creating the list of file differences.

run\JvPatchFile.pas


About

Navigation

run\JvPatchFile.pas



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