JVCL Help:TJvPatchFile.ChangeInFile

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

Search in JVCL Help

 
Search in all projects
 

Summary

Indicates patches should be applied directly to the original file.


Pascal

 propertyChangeInFile: Boolean;


Description

ChangeInFile is a Boolean property that indicates patches in the Differences property should be applied directly to the original file. ChangeInFile is used in the Patch method when the content in the Differences property is read and decrypted.
Use EndFile to specify the file name where the patched contents of StartFile should be stored when ChangeInFile contains False.
When ChangeInFile contains True, the patches in Differences are applied directly to the contents of the file specified in StartFile.


About

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